##// END OF EJS Templates
Beta Version bump
marcink -
r2256:79039882 beta
parent child Browse files
Show More
@@ -4,7 +4,7 b''
4 Changelog
4 Changelog
5 =========
5 =========
6
6
7 1.3.5 (**2012-XX-XX**)
7 1.4.0 (**2012-XX-XX**)
8 ----------------------
8 ----------------------
9
9
10 :status: in-progress
10 :status: in-progress
@@ -13,6 +13,16 b' 1.3.5 (**2012-XX-XX**)'
13 news
13 news
14 ++++
14 ++++
15
15
16 fixes
17 +++++
18
19
20 1.3.5 (**2012-05-10**)
21 ----------------------
22
23 news
24 ++++
25
16 - use ext_json for json module
26 - use ext_json for json module
17 - unified annotation view with file source view
27 - unified annotation view with file source view
18 - notification improvements, better inbox + css
28 - notification improvements, better inbox + css
@@ -26,7 +26,7 b''
26 import sys
26 import sys
27 import platform
27 import platform
28
28
29 VERSION = (1, 3, 5, 'b')
29 VERSION = (1, 4, 0, '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