##// END OF EJS Templates
version bump
marcink -
r2856:94575ebe beta
parent child Browse files
Show More
@@ -5,7 +5,7 b' Changelog'
5 =========
5 =========
6
6
7
7
8 1.4.2 (**2012-09-12**)
8 1.4.3 (**2012-XX-XX**)
9 ----------------------
9 ----------------------
10
10
11 :status: in-progress
11 :status: in-progress
@@ -14,6 +14,15 b' 1.4.2 (**2012-09-12**)'
14 news
14 news
15 ++++
15 ++++
16
16
17 fixes
18 +++++
19
20 1.4.2 (**2012-09-12**)
21 ----------------------
22
23 news
24 ++++
25
17 - added option to menu to quick lock/unlock repository for users that have
26 - added option to menu to quick lock/unlock repository for users that have
18 write access to
27 write access to
19 - Implemented permissions for writing to repo
28 - Implemented permissions for writing to repo
@@ -26,7 +26,7 b''
26 import sys
26 import sys
27 import platform
27 import platform
28
28
29 VERSION = (1, 4, 2, 'b')
29 VERSION = (1, 4, 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