From 941e5b02891ceb5263f6f05ae34d34812ced99c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 11 Apr 2016 10:48:05 +0200 Subject: [PATCH] prepare 0.154.0 release. A small release, but brings the critical stuff to work with new git handling of OBS 2.7 --- NEWS | 1 + osc/core.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ec21785f..6657f93b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ 0.154 - switch to new obs_scm service when adding git URL's - set OSC_VERSION environment for source services + (allows to work in local git checkouts when using obs_scm) 0.153 - "my sr" is using the server side request collection to get right results diff --git a/osc/core.py b/osc/core.py index f8463a43..3ee2c56a 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.153git' +__version__ = '0.154.0' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration