summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-05-14 15:35:47 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-05-14 15:35:47 -0400
commit4cf3ec3998b1f067a7f0c76eae4a90c274024986 (patch)
tree1f4a9128a41efc1ab7197a3e31aa3d2d7168fa7c
parentd4778e5eba9b5861611492eb6166eb6d8c8eec96 (diff)
downloadaskbot-4cf3ec3998b1f067a7f0c76eae4a90c274024986.tar.gz
askbot-4cf3ec3998b1f067a7f0c76eae4a90c274024986.tar.bz2
askbot-4cf3ec3998b1f067a7f0c76eae4a90c274024986.zip
bumped version and updated changelog and the contributor list
-rw-r--r--askbot/__init__.py2
-rw-r--r--askbot/doc/source/changelog.rst6
-rw-r--r--askbot/doc/source/contributors.rst1
3 files changed, 6 insertions, 3 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index 12517182..859b2695 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -9,7 +9,7 @@ import smtplib
import sys
import logging
-VERSION = (0, 7, 42)
+VERSION = (0, 7, 43)
#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 25d96e88..e005e019 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -1,13 +1,15 @@
Changes in Askbot
=================
-Future version
---------------
+0.7.43 (May 14, 2012)
+---------------------
* User groups (Evgeny)
* Public/Private/Hidden reputation (Evgeny)
* Enabling/disabling the badges system (Evgeny)
* Created a basic post moderation feature (Evgeny)
* Created a way to specify reasons for rejecting posts in a modal dialog (Evgeny)
+* A number of bug fixes (Adolfo Fitoria, Jim Tittsler,
+ Evgeny Fadeev, Robin Stocker, Radim Řehůřek, Silvio Heuberger)
0.7.41, 0.7.42 (April 21, 2012)
-------------------------------
diff --git a/askbot/doc/source/contributors.rst b/askbot/doc/source/contributors.rst
index 71bc5cc9..81729979 100644
--- a/askbot/doc/source/contributors.rst
+++ b/askbot/doc/source/contributors.rst
@@ -38,6 +38,7 @@ Programming and documentation
* `Radim Řehůřek <https://github.com/piskvorky>`_
* `monkut <https://github.com/monkut>`_
* `Jim Tittsler <http://wikieducator.org/User:JimTittsler>`_
+* Silvio Heuberger
Translations
------------