Changeset - 7172d88f3cee
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 14 years ago 2012-03-02 21:02:44
marcin@python-works.com
version bump
2 files changed with 13 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/changelog.rst
Show inline comments
 
@@ -4,7 +4,7 @@ Changelog
 
=========
 

	
 

	
 
1.3.3 (**2012-XX-XX**)
 
1.3.4 (**2012-XX-XX**)
 
----------------------
 

	
 
:status: in-progress
 
@@ -17,6 +17,16 @@ news
 
fixes
 
+++++
 

	
 
1.3.3 (**2012-03-02**)
 
----------------------
 

	
 
news
 
++++
 

	
 

	
 
fixes
 
+++++
 

	
 
- fixed some python2.5 compatibility issues 
 
- fixed issues with removed repos was accidentally added as groups, after
 
  full rescan of paths
 
@@ -31,6 +41,7 @@ fixes
 
- fixed missing commit after hook delete
 
- fixed #372 issues with git operation detection that caused a security issue 
 
  for git repos
 

	
 
1.3.2 (**2012-02-28**)
 
----------------------
 

	
rhodecode/__init__.py
Show inline comments
 
@@ -26,7 +26,7 @@
 
import sys
 
import platform
 

	
 
VERSION = (1, 3, 3, 'beta')
 
VERSION = (1, 3, 4, 'beta')
 
__version__ = '.'.join((str(each) for each in VERSION[:4]))
 
__dbversion__ = 5  # defines current db version for migrations
 
__platform__ = platform.system()
0 comments (0 inline, 0 general)