summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-06-09 17:42:55 +0000
committerSol Jerome <sol.jerome@gmail.com>2010-06-09 16:39:39 -0500
commit3a22e1e107844e2603c2c4848263dda974e6f110 (patch)
treed81208e8a7f5c5f833557e2cbfec263033338e31 /setup.py
parent14dc50e942076807092870a2910a05dcb0c25aed (diff)
downloadbcfg2-3a22e1e107844e2603c2c4848263dda974e6f110.tar.gz
bcfg2-3a22e1e107844e2603c2c4848263dda974e6f110.tar.bz2
bcfg2-3a22e1e107844e2603c2c4848263dda974e6f110.zip
Version bump to 1.1.0rc2
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5908 ce84e21b-d406-0410-9b95-82705330c041
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 92fc734bd..92c99ddc6 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ from glob import glob
setup(cmdclass=cmdclass,
name="Bcfg2",
- version="1.1.0rc1",
+ version="1.1.0rc2",
description="Bcfg2 Server",
author="Narayan Desai",
author_email="desai@mcs.anl.gov",