Discussion:
2 commits - certmaster.spec etc/version Makefile setup.py
Seth Vidal
2011-04-07 17:39:46 UTC
Permalink
Makefile | 2 +-
certmaster.spec | 2 +-
etc/version | 6 +++---
setup.py | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 224352b0208b651c951d386bdbf9293c3365d531
Author: Seth Vidal <skvidal-rxtnV0ftBwyoClj4AeEUq9i2O/***@public.gmane.org>
Date: Thu Apr 7 13:39:36 2011 -0400

and versionfile

diff --git a/etc/version b/etc/version
index 02d3edb..b7c2917 100644
--- a/etc/version
+++ b/etc/version
@@ -1,5 +1,5 @@
-version: 0.25
+version: 0.28
release: 1
source build date:
-git commit: f33325800add0c2ca5886cc78c05e007a5be5e8e
-git date: Wed Jun 10 13:40:44 2009 -0400
+git commit: 5cfab995e99a58c2fcb2369eeda0635dfb59b24e
+git date: Thu Apr 7 13:39:20 2011 -0400


commit 5cfab995e99a58c2fcb2369eeda0635dfb59b24e
Author: Seth Vidal <skvidal-rxtnV0ftBwyoClj4AeEUq9i2O/***@public.gmane.org>
Date: Thu Apr 7 13:39:20 2011 -0400

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
Loading...