From 816ed7bfb5ea2493c7f4f0947ba266f85aff7010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 1 Sep 2009 11:58:04 +0000 Subject: [PATCH] 0.121 released, go for 0.122 --- NEWS | 3 +++ osc/core.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8395f13f..cc70df13 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ + +0.122 + 0.121 - fixed osc rq list -U to not look into the local dir - added osc my ... pkg/prj/req shorthand commands diff --git a/osc/core.py b/osc/core.py index 084fa552..fd09e3ca 100755 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ # and distributed under the terms of the GNU General Public Licence, # either version 2, or version 3 (at your option). -__version__ = '0.121' +__version__ = '0.122pre' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration # functionality to check_store_version().