Changeset - bd102f45950f
[Not reviewed]
Marcin Kuzminski - 15 years ago 2011-03-23 20:43:44
marcin@python-works.com
changes for release 1.1.7
2 files changed with 12 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/changelog.rst
Show inline comments
 
@@ -3,6 +3,17 @@
 
Changelog
 
=========
 

	
 
1.1.7 (**2011-03-23**)
 
======================
 

	
 
news
 
----
 

	
 
fixes
 
-----
 

	
 
- fixed (again) #136 installation support for FreeBSD
 

	
 

	
 
1.1.6 (**2011-03-21**)
 
======================
rhodecode/__init__.py
Show inline comments
 
@@ -27,7 +27,7 @@
 
# MA  02110-1301, USA.
 
import platform
 

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