From 48c58a0ee87b5ea4b6f628640903216304808efa Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 23 Sep 2011 08:05:11 -0300 Subject: incremented revision --- askbot/__init__.py | 2 +- askbot/doc/source/changelog.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/askbot/__init__.py b/askbot/__init__.py index 8133c74f..5ced4ca1 100644 --- a/askbot/__init__.py +++ b/askbot/__init__.py @@ -9,7 +9,7 @@ import smtplib import sys import logging -VERSION = (0, 7, 22) +VERSION = (0, 7, 23) #necessary for interoperability of django and coffin try: diff --git a/askbot/doc/source/changelog.rst b/askbot/doc/source/changelog.rst index c40f08c1..7bbd734c 100644 --- a/askbot/doc/source/changelog.rst +++ b/askbot/doc/source/changelog.rst @@ -1,7 +1,7 @@ Changes in Askbot ================= -Development version +0.7.23 (Current Version) ------------------- * Greeting for anonymuos users can be changed from live settings (Hrishi) * Greeting for anonymous users is shown only once (Rag Sagar) @@ -11,8 +11,8 @@ Development version * Allowed logging in with password and email in the place of login name (Evgeny) * Added config settings allowing adjust license information (Evgeny) -0.7.22 (Current Version) ------------------------- +0.7.22 +------ * Media resource revision is now incremented automatically any time when media is updated (Adolfo Fitoria, Evgeny Fadeev) * First user automatically becomes site administrator (Adolfo Fitoria) -- cgit v1.2.3-1-g7c22