summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2010-06-17 16:23:46 +0000
committerSol Jerome <sol.jerome@gmail.com>2010-06-21 14:11:34 -0500
commit465ccdac16f47f87786dc80fa1d1f3c70e05332e (patch)
treee9c94376c3e82fa8c7fabb326f57f2dc9525fc04 /setup.py
parent88eba07ccf09df0c7f455f4a56d683ebb2be4eaa (diff)
downloadbcfg2-465ccdac16f47f87786dc80fa1d1f3c70e05332e.tar.gz
bcfg2-465ccdac16f47f87786dc80fa1d1f3c70e05332e.tar.bz2
bcfg2-465ccdac16f47f87786dc80fa1d1f3c70e05332e.zip
Version bump to 1.1.0rc3
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5948 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 92c99ddc6..c97e308b4 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ from glob import glob
setup(cmdclass=cmdclass,
name="Bcfg2",
- version="1.1.0rc2",
+ version="1.1.0rc3",
description="Bcfg2 Server",
author="Narayan Desai",
author_email="desai@mcs.anl.gov",