changeset 290:702c7e565c56 rhodecode-0.0.0.7.8

docs update, version bump
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 23 Jun 2010 00:34:22 +0200
parents 1dbe02063123
children a61b19036de0
files README.rst pylons_app/__init__.py
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.rst	Wed Jun 23 00:31:00 2010 +0200
+++ b/README.rst	Wed Jun 23 00:34:22 2010 +0200
@@ -10,8 +10,11 @@
   be logged and authenticated + threaded performance unlikely to hgweb
 - mako templates let's you cusmotize look and feel of appplication.
 - diffs annotations and source code all colored by pygments.
+- mercurial branch graph
 - admin interface for performing user/permission managments as well as repository
   managment
+- setup project descriptions and info inside built in db for easy, non 
+  file-system operations
 - added cache with invalidation on push/repo managment for high performance and
   always upto date data.
 - rss /atom feed customizable
@@ -21,7 +24,6 @@
 **Incoming**
 
 - full permissions per project
-- setup project descriptions and info into db
 - git support (when vcs can handle it)
 
 .. note::
--- a/pylons_app/__init__.py	Wed Jun 23 00:31:00 2010 +0200
+++ b/pylons_app/__init__.py	Wed Jun 23 00:34:22 2010 +0200
@@ -24,7 +24,7 @@
 @author: marcink
 """
 
-VERSION = (0, 7, 7, 'beta')
+VERSION = (0, 7, 8, 'beta')
 
 __version__ = '.'.join((str(each) for each in VERSION[:4]))