summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-02-15 03:00:39 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-02-15 03:00:39 -0500
commit1817fe94abb6c526de95c3df59f9c748e9273ca8 (patch)
treefd64e0e000604256958ff20b0dd238a7bbe7d06d
parent2e1ed7ddab5b6f0b58dc1c338d70ae53af0e5886 (diff)
downloadaskbot-1817fe94abb6c526de95c3df59f9c748e9273ca8.tar.gz
askbot-1817fe94abb6c526de95c3df59f9c748e9273ca8.tar.bz2
askbot-1817fe94abb6c526de95c3df59f9c748e9273ca8.zip
incremented version
-rw-r--r--askbot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index 2fa25ee0..e5ee542d 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -19,4 +19,4 @@ def get_version():
"""returns version of the askbot app
this version is meaningful for pypi only
"""
- return '0.6.71'
+ return '0.6.72'