summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-07-03 09:33:51 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-15 16:19:32 -0400
commit127813e01e9f6d5442f5b46dd015a4245989a4c5 (patch)
tree1947f7f2aa1fff3f4ed34b22cfe3af9e3c9f5fbe /setup.py
parentd381a3381dc0e075315c75c40f71f0e1369cd1eb (diff)
downloadbcfg2-127813e01e9f6d5442f5b46dd015a4245989a4c5.tar.gz
bcfg2-127813e01e9f6d5442f5b46dd015a4245989a4c5.tar.bz2
bcfg2-127813e01e9f6d5442f5b46dd015a4245989a4c5.zip
Version bump to 1.2.3
Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: misc/bcfg2.spec setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3e5cd1ddc..0d9bb5cd9 100755
--- a/setup.py
+++ b/setup.py
@@ -124,6 +124,7 @@ if need_m2crypto:
setup(cmdclass=cmdclass,
name="Bcfg2",
+ version="1.2.3",
description="Bcfg2 Server",
author="Narayan Desai",
author_email="desai@mcs.anl.gov",