summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-12-07 20:22:57 -0600
committerSol Jerome <sol.jerome@gmail.com>2011-12-07 20:22:57 -0600
commit0dad8cbb8fe8ff6287fb193a1a66bb5e536e20de (patch)
treee451d5487fc793fc92b5ae5bf17ba36eea9ce8f9 /setup.py
parentdcfc8525df6e7ffda75f55691dd67d2544c24347 (diff)
downloadbcfg2-0dad8cbb8fe8ff6287fb193a1a66bb5e536e20de.tar.gz
bcfg2-0dad8cbb8fe8ff6287fb193a1a66bb5e536e20de.tar.bz2
bcfg2-0dad8cbb8fe8ff6287fb193a1a66bb5e536e20de.zip
Version bump to 1.2.0v1.2.0
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
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 ed7e0a965..8787680aa 100755
--- a/setup.py
+++ b/setup.py
@@ -121,7 +121,7 @@ if sys.hexversion < 0x03000000 and os.path.exists(py3lib):
setup(cmdclass=cmdclass,
name="Bcfg2",
- version="1.2.0rc2",
+ version="1.2.0",
description="Bcfg2 Server",
author="Narayan Desai",
author_email="desai@mcs.anl.gov",