summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wood <john.wood@rackspace.com>2013-12-05 09:23:44 -0800
committerJohn Wood <john.wood@rackspace.com>2013-12-05 09:23:44 -0800
commitd002858ffe52cde67da89c4bb8af2c0f47b0ade1 (patch)
treecdf1022eaea7002d720b7163420dc1296caa3eec
parent504412e0bccf71587e48aa6d6bded97c42e11b60 (diff)
parentd65117138459122b5b1540ddb54e47f88aa7706a (diff)
downloadpython-barbicanclient-d002858ffe52cde67da89c4bb8af2c0f47b0ade1.tar.gz
Merge pull request #36 from dmend/masterv1.0.0
Version bump for Icehouse M1
-rw-r--r--barbicanclient/version.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/barbicanclient/version.py b/barbicanclient/version.py
index eeed62b..fac707f 100644
--- a/barbicanclient/version.py
+++ b/barbicanclient/version.py
@@ -17,5 +17,5 @@
Cloudkeep's Barbican Client version
"""
-__version__ = '0.4.1'
+__version__ = '1.0.0'
__version_info__ = tuple(__version__.split('.'))
diff --git a/setup.py b/setup.py
index 96584ec..5216064 100644
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ setuptools.setup(
test_suite='nose.collector',
tests_require=['nose'],
classifiers=[
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Environment :: OpenStack',
'Intended Audience :: Developers',