changeset 1172:bd102f45950f rhodecode-0.0.1.1.7

changes for release 1.1.7
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 23 Mar 2011 20:43:44 +0100
parents 7327a0d1584c
children 45fed9a435b7
files docs/changelog.rst rhodecode/__init__.py
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Tue Mar 22 12:05:34 2011 +0100
+++ b/docs/changelog.rst	Wed Mar 23 20:43:44 2011 +0100
@@ -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**)
 ======================
--- a/rhodecode/__init__.py	Tue Mar 22 12:05:34 2011 +0100
+++ b/rhodecode/__init__.py	Wed Mar 23 20:43:44 2011 +0100
@@ -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()