Changeset - 790398822cad
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 14 years ago 2012-05-10 20:21:05
marcin@python-works.com
Beta Version bump
2 files changed with 12 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/changelog.rst
Show inline comments
 
@@ -4,7 +4,7 @@
 
Changelog
 
=========
 

	
 
1.3.5 (**2012-XX-XX**)
 
1.4.0 (**2012-XX-XX**)
 
----------------------
 

	
 
:status: in-progress
 
@@ -13,6 +13,16 @@ Changelog
 
news
 
++++
 

	
 
fixes
 
+++++
 

	
 

	
 
1.3.5 (**2012-05-10**)
 
----------------------
 

	
 
news
 
++++
 

	
 
- use ext_json for json module
 
- unified annotation view with file source view
 
- notification improvements, better inbox + css
rhodecode/__init__.py
Show inline comments
 
@@ -26,7 +26,7 @@
 
import sys
 
import platform
 

	
 
VERSION = (1, 3, 5, 'b')
 
VERSION = (1, 4, 0, 'b')
 

	
 
try:
 
    from rhodecode.lib import get_current_revision
0 comments (0 inline, 0 general)