diff options
author | Jenkins <jenkins@review.openstack.org> | 2012-07-01 17:57:03 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2012-07-01 17:57:03 +0000 |
commit | a325aad8a491a497272a7b165cbaa7577ce27654 (patch) | |
tree | 950fcca9232fdb494f9eb6e6db4d13a3c9893594 /swiftclient/__init__.py | |
parent | 47f8786cc97914f8e9e021773ac972c1e9400f8b (diff) | |
parent | 51bceabd18b04a5663584a054322c9a04fcc29db (diff) | |
download | python-swiftclient-1.1.1.tar.gz |
Merge "Add post-tag versioning."1.1.1
Diffstat (limited to 'swiftclient/__init__.py')
-rw-r--r-- | swiftclient/__init__.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/swiftclient/__init__.py b/swiftclient/__init__.py index e27dc6b..ba0b41a 100644 --- a/swiftclient/__init__.py +++ b/swiftclient/__init__.py @@ -3,8 +3,3 @@ OpenStack Swift Python client binding. """ from client import * - -#: Version information ``(major, minor, revision)``. -version_info = (1, 1, 0) -#: Version string ``'major.minor.revision'``. -version = '.'.join(map(str, version_info)) |