summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-06-18 22:41:29 -0500
committerSol Jerome <sol.jerome@gmail.com>2011-06-18 22:41:29 -0500
commit4f762722925113c56582a10dd4abead6cd84facc (patch)
treedb5f333b720f3f6534232520977ced18dc7c3eaf /setup.py
parent0f57f538ddb1020c98a68e79dc783a3a8a15f029 (diff)
downloadbcfg2-4f762722925113c56582a10dd4abead6cd84facc.tar.gz
bcfg2-4f762722925113c56582a10dd4abead6cd84facc.tar.bz2
bcfg2-4f762722925113c56582a10dd4abead6cd84facc.zip
Version bump to 1.2.0pre3v1.2.0pre3
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 18590cc34..76f92ef0e 100644
--- 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.0pre2",
+ version="1.2.0pre3",
description="Bcfg2 Server",
author="Narayan Desai",
author_email="desai@mcs.anl.gov",