From 0298c14ae7ee124b80b147b8801145777bbdf712 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Thu, 7 Apr 2011 23:25:39 -0400 Subject: merged changes made by Andrey and bugfixes by Benoit --- askbot/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/askbot/__init__.py b/askbot/__init__.py index d159c315..8d907571 100644 --- a/askbot/__init__.py +++ b/askbot/__init__.py @@ -11,7 +11,7 @@ import logging from askbot import patches from askbot.deployment.assertions import assert_package_compatibility -VERSION = (0, 6, 75) +VERSION = (0, 6, 76) #necessary for interoperability of django and coffin assert_package_compatibility() diff --git a/setup.py b/setup.py index a76dc68e..5f6c018d 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ if sys.platform not in WIN_PLATFORMS: setup( name = "askbot", - version = '0.6.75',#remember to manually set this correctly + version = '0.6.76',#remember to manually set this correctly description = 'Question and Answer forum, like StackOverflow, written in python and Django', packages = find_packages(), author = 'Evgeny.Fadeev', -- cgit v1.2.3-1-g7c22