##// END OF EJS Templates
version bump
marcink -
r3183:54bea108 beta
parent child Browse files
Show More
@@ -4,7 +4,7 b''
4 Changelog
4 Changelog
5 =========
5 =========
6
6
7 1.5.2 (**2013-01-14**)
7 1.5.3 (**2013-XX-XX**)
8 ----------------------
8 ----------------------
9
9
10 :status: in-progress
10 :status: in-progress
@@ -13,6 +13,16 b' 1.5.2 (**2013-01-14**)'
13 news
13 news
14 ++++
14 ++++
15
15
16 fixes
17 +++++
18
19
20 1.5.2 (**2013-01-14**)
21 ----------------------
22
23 news
24 ++++
25
16 - IP restrictions for users. Each user can get a set of whitelist IP+mask for
26 - IP restrictions for users. Each user can get a set of whitelist IP+mask for
17 extra protection. Useful for buildbots etc.
27 extra protection. Useful for buildbots etc.
18 - added full last changeset info to lightweight dashboard. lightweight dashboard
28 - added full last changeset info to lightweight dashboard. lightweight dashboard
@@ -26,7 +26,7 b''
26 import sys
26 import sys
27 import platform
27 import platform
28
28
29 VERSION = (1, 5, 2, 'b')
29 VERSION = (1, 5, 3, 'b')
30
30
31 try:
31 try:
32 from rhodecode.lib import get_current_revision
32 from rhodecode.lib import get_current_revision
General Comments 0
You need to be logged in to leave comments. Login now