Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 23ec603

Browse files
committed
incremented version
1 parent bbe2403 commit 23ec603

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

askbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import os
88
import platform
99

10-
VERSION = (0, 7, 49)
10+
VERSION = (0, 7, 50)
1111

1212
#keys are module names used by python imports,
1313
#values - the package qualifier to use for pip

askbot/doc/source/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changes in Askbot
22
=================
33

4-
Development master branch (only on github)
5-
------------------------------------------
4+
0.7.50 (Nov 1, 2014)
5+
--------------------
66
* Added email alert for moderators `askbot_send_moderation_alerts`
77
* Implemented Google Plus login
88
* Allowed localized site settings

0 commit comments

Comments
 (0)