##// END OF EJS Templates
version bump
marcink -
r2067:de372c3a beta
parent child Browse files
Show More
@@ -4,7 +4,7 b' Changelog'
4 4 =========
5 5
6 6
7 1.3.2 (**2012-XX-XX**)
7 1.3.3 (**2012-XX-XX**)
8 8 ----------------------
9 9
10 10 :status: in-progress
@@ -17,6 +17,16 b' news'
17 17 fixes
18 18 +++++
19 19
20 1.3.2 (**2012-02-28**)
21 ----------------------
22
23 news
24 ++++
25
26
27 fixes
28 +++++
29
20 30 - fixed git protocol issues with repos-groups
21 31 - fixed git remote repos validator that prevented from cloning remote git repos
22 32 - fixes #370 ending slashes fixes for repo and groups
@@ -26,7 +26,7 b''
26 26 import sys
27 27 import platform
28 28
29 VERSION = (1, 3, 2, 'beta')
29 VERSION = (1, 3, 3, 'beta')
30 30 __version__ = '.'.join((str(each) for each in VERSION[:4]))
31 31 __dbversion__ = 5 # defines current db version for migrations
32 32 __platform__ = platform.system()
General Comments 0
You need to be logged in to leave comments. Login now