Versionn change to 1.0.3-dev
This commit is contained in:
parent
95a9c4085e
commit
049e885fe1
@ -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
|
||||
|
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user