From 2e806715232ec93dcf3bab5925d83c619e393f3f Mon Sep 17 00:00:00 2001 From: lethliel Date: Thu, 2 Dec 2021 08:51:26 +0100 Subject: [PATCH] open 0.176.0 development --- NEWS | 3 +++ osc/core.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b9a03159..3afdf8f8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.176.0 + - + 0.175.0 - do not crash when running "osc search --binary --verbose foo" - don't run source services when building outside of an OSC package working copy diff --git a/osc/core.py b/osc/core.py index fd4759fc..34337b9d 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.175.0' +__version__ = '0.176.git' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration