From ef39bf9d0e5349596887fa686ae92e49e913a6d3 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sat, 18 Jun 2011 17:31:02 -0400 Subject: incremented version to 0.7 --- askbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askbot/__init__.py b/askbot/__init__.py index bf20cbaf..0cff53ef 100644 --- a/askbot/__init__.py +++ b/askbot/__init__.py @@ -9,7 +9,7 @@ import smtplib import sys import logging -VERSION = (0, 6, 99) +VERSION = (0, 7, 0) #necessary for interoperability of django and coffin try: -- cgit v1.2.3-1-g7c22