diff options
author | Thierry Carrez <thierry@openstack.org> | 2011-04-14 13:02:50 +0000 |
---|---|---|
committer | Tarmac <> | 2011-04-14 13:02:50 +0000 |
commit | 8f6a374ad7dfebbc3f310ecae079ed1b538a5d20 (patch) | |
tree | 6f5aea837686f21bdb2166084e74a79a2b085359 | |
parent | f3ab8693fae08b52dbba75689009c272f126deae (diff) | |
parent | d43fe9c19d4f2e379c072bfee1ce146a8329e158 (diff) | |
download | swift-1.3rc1.tar.gz |
Bump version to 1.3-rc1.3rc1
-rw-r--r-- | swift/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swift/__init__.py b/swift/__init__.py index 25a1c6b8c..bba8bd0d4 100644 --- a/swift/__init__.py +++ b/swift/__init__.py @@ -1,5 +1,5 @@ import gettext -__version__ = '1.3-dev' +__version__ = '1.3-rc' gettext.install('swift') |