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

	
 

	
 
1.4.2 (**2012-09-12**)
 
1.4.3 (**2012-XX-XX**)
 
----------------------
 

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

	
 
fixes
 
+++++
 

	
 
1.4.2 (**2012-09-12**)
 
----------------------
 

	
 
news
 
++++
 

	
 
- added option to menu to quick lock/unlock repository for users that have
 
  write access to
 
- Implemented permissions for writing to repo
rhodecode/__init__.py
Show inline comments
 
@@ -26,7 +26,7 @@
 
import sys
 
import platform
 

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

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