From 4c4650f0e995df0c056da141e33dc9051c76c2d8 Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Tue, 21 Oct 2014 11:02:30 +0200 Subject: [PATCH] - prepare 0.149 bugfix release --- NEWS | 5 ++++- osc/core.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index abeea234..312f290a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ 0.149 - - + - removed "--diff" option from the "createrequest" command + - introduced new "vc-cmd" config option, which is used to specify the path + to the vc script + - various bugfixes 0.148 - support new history including review history of OBS 2.6 diff --git a/osc/core.py b/osc/core.py index 94d132d4..77e1d7d1 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.148git' +__version__ = '0.149' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration