From bd3f01319a03fc883d391f24639176f0f65727e5 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Mon, 24 Mar 2008 19:23:49 +0000 Subject: [PATCH] Release 0.14.2 Organization: Straylight/Edgeware From: Catalin Marinas Signed-off-by: Catalin Marinas --- debian/changelog | 6 ++++++ stgit/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1af8d66..61a3a65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +stgit (0.14.2-0) unstable; urgency=low + + * New upstream release + + -- Catalin Marinas Mon, 24 Mar 2008 19:23:33 +0000 + stgit (0.14.1-0) unstable; urgency=low * New upstream release diff --git a/stgit/version.py b/stgit/version.py index 2456e6b..06ac723 100644 --- a/stgit/version.py +++ b/stgit/version.py @@ -1,4 +1,4 @@ -version = '0.14.1' +version = '0.14.2' # minimum version requirements git_min_ver = '1.5.2' -- [mdw]