summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGabriel Hurley <gabriel@strikeawe.com>2013-03-19 14:44:44 -0700
committerGabriel Hurley <gabriel@strikeawe.com>2013-03-19 14:44:44 -0700
commit8a262ea62c57ec7f3f0065f8e8b8c27f4d9cddcd (patch)
tree89cf2f1ffe946ce6a40b27b79f98699cb060cac1 /setup.py
parent1ae75986e4baa80ab4a01acd9b108ff32f65016d (diff)
downloadhorizon-8a262ea62c57ec7f3f0065f8e8b8c27f4d9cddcd.tar.gz
Bump version to 2013.2.
Change-Id: I0eb60bb12a63e7ccf2623fb9aeaf9a9f84fda24e
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0e0039fde..a97ce6127 100755
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,7 @@ for target_dir in target_dirs:
setup(name=project,
- version=os_common_setup.get_version(project, '2013.1'),
+ version=os_common_setup.get_version(project, '2013.2'),
url='https://github.com/openstack/horizon/',
license='Apache 2.0',
description="The OpenStack Dashboard.",