Show More
@@ -4,7 +4,7 b' Changelog' | |||||
4 | ========= |
|
4 | ========= | |
5 |
|
5 | |||
6 |
|
6 | |||
7 |
1.3. |
|
7 | 1.3.3 (**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.2 (**2012-02-28**) | |||
|
21 | ---------------------- | |||
|
22 | ||||
|
23 | news | |||
|
24 | ++++ | |||
|
25 | ||||
|
26 | ||||
|
27 | fixes | |||
|
28 | +++++ | |||
|
29 | ||||
20 | - fixed git protocol issues with repos-groups |
|
30 | - fixed git protocol issues with repos-groups | |
21 | - fixed git remote repos validator that prevented from cloning remote git repos |
|
31 | - fixed git remote repos validator that prevented from cloning remote git repos | |
22 | - fixes #370 ending slashes fixes for repo and groups |
|
32 | - fixes #370 ending slashes fixes for repo and groups |
@@ -26,7 +26,7 b'' | |||||
26 | import sys |
|
26 | import sys | |
27 | import platform |
|
27 | import platform | |
28 |
|
28 | |||
29 |
VERSION = (1, 3, |
|
29 | VERSION = (1, 3, 3, '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