summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2014-11-01 13:38:29 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2014-11-01 13:38:29 -0300
commit23ec60316c1af5353154d40fbc32cca8cdfd9392 (patch)
treefacfde9f106a1481eebf2cb53b99ab1a26cd21f1
parentbbe2403ea20b1ed36ffa5b8a214c8813a805e230 (diff)
downloadaskbot-23ec60316c1af5353154d40fbc32cca8cdfd9392.tar.gz
askbot-23ec60316c1af5353154d40fbc32cca8cdfd9392.tar.bz2
askbot-23ec60316c1af5353154d40fbc32cca8cdfd9392.zip
incremented version
-rw-r--r--askbot/__init__.py2
-rw-r--r--askbot/doc/source/changelog.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index 3515cdba..e0339725 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -7,7 +7,7 @@ basic actions on behalf of the forum application
import os
import platform
-VERSION = (0, 7, 49)
+VERSION = (0, 7, 50)
#keys are module names used by python imports,
#values - the package qualifier to use for pip
diff --git a/askbot/doc/source/changelog.rst b/askbot/doc/source/changelog.rst
index 6fc390e2..43ad154f 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -1,8 +1,8 @@
Changes in Askbot
=================
-Development master branch (only on github)
-------------------------------------------
+0.7.50 (Nov 1, 2014)
+--------------------
* Added email alert for moderators `askbot_send_moderation_alerts`
* Implemented Google Plus login
* Allowed localized site settings