From 30363a5db98503666cec44aea976bd44a233936f Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Mon, 6 Dec 2010 19:14:02 +0100 Subject: [PATCH] - open 0.131 development --- NEWS | 2 ++ osc/core.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9c6849d5..c52df4d7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +0.131 + 0.130 - new "revert" command to restore the original working copy file (without downloading it) diff --git a/osc/core.py b/osc/core.py index 71be5d5e..7fac9648 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.130' +__version__ = '0.130git' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration