Moving to work-in-progress 1.0.9-dev

This commit is contained in:
gholt 2013-04-24 07:50:33 +00:00
parent 4fc009d5ad
commit cbe34c622f

@ -1,4 +1,4 @@
# Copyright (c) 2010-2011 OpenStack, LLC.
# Copyright (c) 2010-2013 OpenStack, LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@ -17,7 +17,7 @@ import gettext
#: Version information (major, minor, revision[, 'dev']).
version_info = (1, 0, 8)
version_info = (1, 0, 9, 'dev')
#: Version string 'major.minor.revision'.
version = __version__ = ".".join(map(str, version_info))
gettext.install('swauth')