From 49ceab6ab81ada628f79871a8353704981e646c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 3 Jun 2009 11:37:21 +0000 Subject: [PATCH] jump to version 0.119 to avoid problems with 0.118 snapshot packages --- NEWS | 2 +- osc/core.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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().