From ab48f97addebd6d2c9bb4677d5ba52828883da0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 27 Apr 2011 14:39:17 +0200 Subject: [PATCH] - open 0.132 version --- NEWS | 3 +++ osc/core.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ca3991e6..aa1d31ba 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.132 + - + 0.131 - new command 'develproject' to print the devel project from the package meta. - add blt and rblt commands, aka "buildlogtail" and "remotebuildlogtail" to show diff --git a/osc/core.py b/osc/core.py index ccc7279a..967c1278 100644 --- a/osc/core.py +++ b/osc/core.py @@ -3,7 +3,7 @@ # and distributed under the terms of the GNU General Public Licence, # either version 2, or version 3 (at your option). -__version__ = '0.131' +__version__ = '0.131git' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration