summaryrefslogtreecommitdiffstats
path: root/askbot/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/__init__.py')
-rw-r--r--askbot/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index 4550ba40..4095646b 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -1,3 +1,10 @@
"""
:synopsis: the Django Q&A forum application
"""
+import os
+
+def get_install_directory():
+ return os.path.dirname(__file__)
+
+def get_version():
+ return '0.6.9'