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
/static
django
lamson
django/*
nbproject
pip-log.txt

View File

@ -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

View File

@ -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