Versionn change to 1.0.3-dev

This commit is contained in:
gholt 2011-06-06 20:24:32 +00:00
parent 95a9c4085e
commit 049e885fe1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
swauth (1.0.3-dev)
This release is still under development. A full change log will be made at
release. Until then, you can see what has changed with:
git log 1.0.2..HEAD
swauth (1.0.2)
Fixed bug rejecting requests when using multiple instances of Swauth or

View File

@ -17,7 +17,7 @@ import gettext
#: Version information (major, minor, revision[, 'dev']).
version_info = (1, 0, 2)
version_info = (1, 0, 3, 'dev')
#: Version string 'major.minor.revision'.
version = __version__ = ".".join(map(str, version_info))
gettext.install('swauth')