##// END OF EJS Templates
version bump
marcink -
r2093:7172d88f beta
parent child Browse files
Show More
@@ -4,7 +4,7 b' Changelog'
4 =========
4 =========
5
5
6
6
7 1.3.3 (**2012-XX-XX**)
7 1.3.4 (**2012-XX-XX**)
8 ----------------------
8 ----------------------
9
9
10 :status: in-progress
10 :status: in-progress
@@ -17,6 +17,16 b' news'
17 fixes
17 fixes
18 +++++
18 +++++
19
19
20 1.3.3 (**2012-03-02**)
21 ----------------------
22
23 news
24 ++++
25
26
27 fixes
28 +++++
29
20 - fixed some python2.5 compatibility issues
30 - fixed some python2.5 compatibility issues
21 - fixed issues with removed repos was accidentally added as groups, after
31 - fixed issues with removed repos was accidentally added as groups, after
22 full rescan of paths
32 full rescan of paths
@@ -31,6 +41,7 b' fixes'
31 - fixed missing commit after hook delete
41 - fixed missing commit after hook delete
32 - fixed #372 issues with git operation detection that caused a security issue
42 - fixed #372 issues with git operation detection that caused a security issue
33 for git repos
43 for git repos
44
34 1.3.2 (**2012-02-28**)
45 1.3.2 (**2012-02-28**)
35 ----------------------
46 ----------------------
36
47
@@ -26,7 +26,7 b''
26 import sys
26 import sys
27 import platform
27 import platform
28
28
29 VERSION = (1, 3, 3, 'beta')
29 VERSION = (1, 3, 4, 'beta')
30 __version__ = '.'.join((str(each) for each in VERSION[:4]))
30 __version__ = '.'.join((str(each) for each in VERSION[:4]))
31 __dbversion__ = 5 # defines current db version for migrations
31 __dbversion__ = 5 # defines current db version for migrations
32 __platform__ = platform.system()
32 __platform__ = platform.system()
General Comments 0
You need to be logged in to leave comments. Login now