summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-03-29 20:27:19 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-03-29 20:27:19 -0400
commit4ff87c85bc560363e0ae6e15f357fc51299fd866 (patch)
treebacfb581683939ede077876386a52376b7f7ed45
parentc65c7cdb0f600c2c8eba2cca63377fd81928401c (diff)
downloadaskbot-4ff87c85bc560363e0ae6e15f357fc51299fd866.tar.gz
askbot-4ff87c85bc560363e0ae6e15f357fc51299fd866.tar.bz2
askbot-4ff87c85bc560363e0ae6e15f357fc51299fd866.zip
incremented the revision for real and prepared for the release
-rwxr-xr-x.gitignore1
-rw-r--r--MANIFEST.in3
-rw-r--r--askbot/__init__.py2
3 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 586c4c8a..07a3f84f 100755
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,7 @@ lint
env
/static
django
+lamson
django/*
nbproject
pip-log.txt
diff --git a/MANIFEST.in b/MANIFEST.in
index 72c4fd65..cce28976 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -11,6 +11,9 @@ recursive-exclude .git
prune dist
prune tmp
prune build
+prune static
+prune django
+prune lamson
exclude db
exclude lint
exclude settings.py
diff --git a/askbot/__init__.py b/askbot/__init__.py
index 0962acd8..5a8afcaa 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -9,7 +9,7 @@ import smtplib
import sys
import logging
-VERSION = (0, 7, 39)
+VERSION = (0, 7, 40)
#keys are module names used by python imports,
#values - the package qualifier to use for pip