##// END OF EJS Templates
version bump
marcink -
r2830:5a19d6f4 beta
parent child Browse files
Show More
@@ -5,7 +5,7 b' Changelog'
5 =========
5 =========
6
6
7
7
8 1.4.1 (**2012-09-05**)
8 1.4.2 (**2012-XX-XX**)
9 ----------------------
9 ----------------------
10
10
11 :status: in-progress
11 :status: in-progress
@@ -14,6 +14,16 b' 1.4.1 (**2012-09-05**)'
14 news
14 news
15 ++++
15 ++++
16
16
17 fixes
18 +++++
19
20
21 1.4.1 (**2012-09-05**)
22 ----------------------
23
24 news
25 ++++
26
17 - always put a comment about code-review status change even if user send
27 - always put a comment about code-review status change even if user send
18 empty data
28 empty data
19 - modified_on column saves repository update and it's going to be used
29 - modified_on column saves repository update and it's going to be used
@@ -26,7 +26,7 b''
26 import sys
26 import sys
27 import platform
27 import platform
28
28
29 VERSION = (1, 4, 1, 'b')
29 VERSION = (1, 4, 2, '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