From 640f16c756a63521b2af141ff5663760a6628fb1 Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Tue, 11 Dec 2007 23:51:54 +0000 Subject: [PATCH] Release 0.14.1 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 a99805a..1af8d66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +stgit (0.14.1-0) unstable; urgency=low + + * New upstream release + + -- Catalin Marinas Tue, 11 Dec 2007 23:51:07 +0000 + stgit (0.14-0) unstable; urgency=low * New upstream release diff --git a/stgit/version.py b/stgit/version.py index 01b9867..2456e6b 100644 --- a/stgit/version.py +++ b/stgit/version.py @@ -1,4 +1,4 @@ -version = '0.14' +version = '0.14.1' # minimum version requirements git_min_ver = '1.5.2' -- 2.11.4.GIT