We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66bf47 commit 4e12bc3Copy full SHA for 4e12bc3
askbot/__init__.py
@@ -9,7 +9,7 @@
9
import sys
10
import traceback
11
12
-VERSION = (0, 12, 3)
+VERSION = (0, 12, 4)
13
14
default_app_config = 'askbot.apps.AskbotConfig' #pylint: disable=invalid-name
15
0 commit comments