incremented the revision for real and prepared for the release

This commit is contained in:
Evgeny Fadeev 2012-03-29 20:27:19 -04:00
parent c65c7cdb0f
commit 4ff87c85bc
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -18,6 +18,7 @@ lint
env env
/static /static
django django
lamson
django/* django/*
nbproject nbproject
pip-log.txt pip-log.txt

View File

@ -11,6 +11,9 @@ recursive-exclude .git
prune dist prune dist
prune tmp prune tmp
prune build prune build
prune static
prune django
prune lamson
exclude db exclude db
exclude lint exclude lint
exclude settings.py exclude settings.py

View File

@ -9,7 +9,7 @@ import smtplib
import sys import sys
import logging import logging
VERSION = (0, 7, 39) VERSION = (0, 7, 40)
#keys are module names used by python imports, #keys are module names used by python imports,
#values - the package qualifier to use for pip #values - the package qualifier to use for pip