diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2008-11-14 00:38:05 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2008-11-14 00:38:05 +0000 |
commit | ae948945977b5df42da65147c67a0fdec1ea6b59 (patch) | |
tree | 50de14e0c60f4805b9df0f5380b917a15c8ad3d0 | |
parent | fab9ceacc040731128ceb460412d197f5854956e (diff) | |
download | bcfg2-ae948945977b5df42da65147c67a0fdec1ea6b59.tar.gz bcfg2-ae948945977b5df42da65147c67a0fdec1ea6b59.tar.bz2 bcfg2-ae948945977b5df42da65147c67a0fdec1ea6b59.zip |
Version bump to 0.9.6
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4976 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | misc/bcfg2.spec | 2 | ||||
-rw-r--r-- | redhat/VERSION | 2 | ||||
-rw-r--r-- | setup.py | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 8a116ab24..1abc14a93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bcfg2 (0.9.6-0.1) unstable; urgency=low + + * Final release! + + -- Narayan Desai <desai@mcs.anl.gov> Thu, 13 Nov 2008 18:36:50 -0600 + bcfg2 (0.9.6-0.0rc1) unstable; urgency=low * Release candidate diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index e87e553ec..9ac3e0e6e 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -1,4 +1,4 @@ -%define release 0.1rc1 +%define release 0.2 %define __python python %{!?py_ver: %define py_ver %(python -c 'import sys;print(sys.version[0:3])')} %define pythonversion %{py_ver} diff --git a/redhat/VERSION b/redhat/VERSION index 26c7fcb62..85b7c695b 100644 --- a/redhat/VERSION +++ b/redhat/VERSION @@ -1 +1 @@ -0.9.6rc1 +0.9.6 @@ -4,7 +4,7 @@ from distutils.core import setup from glob import glob setup(name="Bcfg2", - version="0.9.6rc1", + version="0.9.6", description="Bcfg2 Server", author="Narayan Desai", author_email="desai@mcs.anl.gov", |