From: Seth Vidal Date: Thu, 7 Apr 2011 17:39:20 +0000 (-0400) Subject: bump version to 0.28 X-Git-Tag: v0.28~1 X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=commitdiff_plain;h=5cfab995e99a58c2fcb2369eeda0635dfb59b24e bump version to 0.28 --- diff --git a/Makefile b/Makefile index b1b02e9..dc2ed1b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.27 +VERSION = 0.28 RELEASE = 1 PYTHON = /usr/bin/python diff --git a/certmaster.spec b/certmaster.spec index 42656ee..1b51c5b 100644 --- a/certmaster.spec +++ b/certmaster.spec @@ -16,7 +16,7 @@ Summary: Remote certificate distribution framework Name: certmaster -Version: 0.27 +Version: 0.28 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPLv2+ diff --git a/setup.py b/setup.py index 10618f0..ab2eb86 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup #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