jump to 0.27
authorSeth Vidal <skvidal@fedoraproject.org>
Mon, 20 Sep 2010 18:39:44 +0000 (14:39 -0400)
committerSeth Vidal <skvidal@fedoraproject.org>
Mon, 20 Sep 2010 18:39:44 +0000 (14:39 -0400)
certmaster.spec
setup.py

index c3ad279..42656ee 100644 (file)
@@ -16,7 +16,7 @@
 
 Summary: Remote certificate distribution framework
 Name: certmaster
 
 Summary: Remote certificate distribution framework
 Name: certmaster
-Version: 0.2
+Version: 0.27
 Release: 1%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPLv2+
 Release: 1%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPLv2+
@@ -150,6 +150,9 @@ fi
 
 
 %changelog
 
 
 %changelog
+* Wed Aug 25 2010 Seth Vidal <skvidal at fedoraproject.org> - 0.27-1
+- 0.27
+
 * Thu Jun 11 2009 Adrian Likins <alikins@redhat.com> - 0.25-1
 - add /etc/certmaster/func
 
 * Thu Jun 11 2009 Adrian Likins <alikins@redhat.com> - 0.25-1
 - add /etc/certmaster/func
 
index cb50b7a..10618f0 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.25
+VERSION = "0.27
 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