bump version to 0.28
authorSeth Vidal <skvidal@fedoraproject.org>
Thu, 7 Apr 2011 17:39:20 +0000 (13:39 -0400)
committerSeth Vidal <skvidal@fedoraproject.org>
Thu, 7 Apr 2011 17:39:20 +0000 (13:39 -0400)
Makefile
certmaster.spec
setup.py

index b1b02e9..dc2ed1b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION                = 0.27
+VERSION                = 0.28
 RELEASE                = 1
 PYTHON         = /usr/bin/python
 
 RELEASE                = 1
 PYTHON         = /usr/bin/python
 
index 42656ee..1b51c5b 100644 (file)
@@ -16,7 +16,7 @@
 
 Summary: Remote certificate distribution framework
 Name: certmaster
 
 Summary: Remote certificate distribution framework
 Name: certmaster
-Version: 0.27
+Version: 0.28
 Release: 1%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPLv2+
 Release: 1%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPLv2+
index 10618f0..ab2eb86 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from distutils.core import setup
 #from setuptools import setup,find_packages
 
 NAME = "certmaster"
 #from setuptools import setup,find_packages
 
 NAME = "certmaster"
-VERSION = "0.27" 
+VERSION = "0.28"
 SHORT_DESC = "%s remote configuration and management api" % NAME
 LONG_DESC = """
 A small pluggable xml-rpc daemon used by %s to implement various web services hooks
 SHORT_DESC = "%s remote configuration and management api" % NAME
 LONG_DESC = """
 A small pluggable xml-rpc daemon used by %s to implement various web services hooks