From 373f8fb9eec07ec664e3a6a482c25c951e9043b3 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 13 Apr 2009 22:44:41 +0100 Subject: [PATCH] Move versioning to 0.3 --- PKGBUILD | 2 +- debian/changelog | 13 ++++++++++--- setup.py | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index cafde01..71d7922 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ #Contributor : Andrew Williams pkgname=oblogout -pkgver=0.2 +pkgver=0.3 pkgrel=1 pkgdesc="OBLogout is a expandable, configurable, and theme-able logout script designed to be used in a Openbox desktop environment." url="http://launchpad.net/oblogout/" diff --git a/debian/changelog b/debian/changelog index 1161fd9..f660460 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,15 @@ -oblogout (0.2-1-0ubuntu2) intrepid; urgency=low +oblogout (0.3-0-0ubuntu1) intrepid; urgency=low - * Fixed package to correctly install configuration files to /etc + * 0.3 Release - -- Andrew Williams Sun, 01 Feb 2009 22:14:46 +0000 + -- Andrew Williams Mon, 13 Apr 2009 22:43:36 +0000 + + +oblogout (0.2-0-0ubuntu1) intrepid; urgency=low + + * 0.2 Release + + -- Andrew Williams Mon, 13 Apr 2009 22:14:46 +0000 oblogout (0.2-1-0ubuntu1) intrepid; urgency=low diff --git a/setup.py b/setup.py index 2bcf68d..9126f6a 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ except: sys.exit(1) setup(name = "oblogout", - version = "0.2", + version = "0.3", description = "Openbox Logout", author = "Andrew Williams", author_email = "andy@tensixtyone.com",