Changeset - 6b79e96f6ecd
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 13 years ago 2012-09-29 14:32:26
marcin@python-works.com
version bump
2 files changed with 11 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/changelog.rst
Show inline comments
 
@@ -4,8 +4,7 @@
 
Changelog
 
=========
 

	
 

	
 
1.4.3 (**2012-09-28**)
 
1.4.4 (**2012-XX-XX**)
 
----------------------
 

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

	
 
fixes
 
+++++
 

	
 
1.4.3 (**2012-09-28**)
 
----------------------
 

	
 
news
 
++++
 

	
 
- #558 Added config file to hooks extra data
 
- bumped mercurial version to 2.3.1
 
- #518 added possibility of specifying multiple patterns for issues
rhodecode/__init__.py
Show inline comments
 
@@ -26,7 +26,7 @@
 
import sys
 
import platform
 

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

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