Changeset - 5a19d6f4283e
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 13 years ago 2012-09-08 00:50:42
marcin@python-works.com
version bump
2 files changed with 12 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/changelog.rst
Show inline comments
 
@@ -5,7 +5,7 @@ Changelog
 
=========
 

	
 

	
 
1.4.1 (**2012-09-05**)
 
1.4.2 (**2012-XX-XX**)
 
----------------------
 

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

	
 
fixes
 
+++++
 

	
 

	
 
1.4.1 (**2012-09-05**)
 
----------------------
 

	
 
news
 
++++
 

	
 
- always put a comment about code-review status change even if user send
 
  empty data 
 
- modified_on column saves repository update and it's going to be used
rhodecode/__init__.py
Show inline comments
 
@@ -26,7 +26,7 @@
 
import sys
 
import platform
 

	
 
VERSION = (1, 4, 1, 'b')
 
VERSION = (1, 4, 2, 'b')
 

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