summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-09-23 08:05:11 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-09-23 08:05:11 -0300
commit48c58a0ee87b5ea4b6f628640903216304808efa (patch)
treed914593713173086318405ecbb6a8c8613a3bd33
parent03c0039a198ae82acac73cfffd9ede2dd3aa702c (diff)
downloadaskbot-48c58a0ee87b5ea4b6f628640903216304808efa.tar.gz
askbot-48c58a0ee87b5ea4b6f628640903216304808efa.tar.bz2
askbot-48c58a0ee87b5ea4b6f628640903216304808efa.zip
incremented revision
-rw-r--r--askbot/__init__.py2
-rw-r--r--askbot/doc/source/changelog.rst6
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)