diff --git a/NEWS b/NEWS index eaebb62d..b460efd2 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -0.118: +0.119: - Support new request types - "submitreq" command has a new syntax (incompatible !) - new "deleterequest" command diff --git a/osc/core.py b/osc/core.py index 696b8dc9..46a81594 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 (at your option) any later version. -__version__ = '0.117' +__version__ = '0.119' # __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().