summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorRaul Cuza <raulcuza@gmail.com>2011-12-24 01:02:39 -0500
committerRaul Cuza <raulcuza@gmail.com>2011-12-24 01:02:39 -0500
commitb1fdf77eb0b6ad0566eeaaf1e9984e7594169a80 (patch)
tree6d567d30e7b42dddd29b587c79d09d39749d9946 /setup.py
parentf809a453fb9d3364cf9a8024b18033cb8c26aa78 (diff)
downloadbcfg2-b1fdf77eb0b6ad0566eeaaf1e9984e7594169a80.tar.gz
bcfg2-b1fdf77eb0b6ad0566eeaaf1e9984e7594169a80.tar.bz2
bcfg2-b1fdf77eb0b6ad0566eeaaf1e9984e7594169a80.zip
Bumped version to 1.2.1 alpha 1.
All work post v1.2.0 tag needs to be versioned greater than v1.2.0. Following PEP 386.
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 410dc55a6..34ba59e02 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.0",
+ version="1.2.1a1",
description="Bcfg2 Server",
author="Narayan Desai",
author_email="desai@mcs.anl.gov",