From 609990ba628615e870f87bdd18cc252a4178d8b2 Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Wed, 27 Jan 2021 13:28:54 +0100 Subject: [PATCH] Open 0.173.0 development --- NEWS | 3 +++ osc/core.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8eab3ce4..8549ef95 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.173.0 + - + 0.172.0 - support --lastsucceeded/--last-succeeded in "osc buildlog", "osc remotebuildlog" + friends (perform the corresponding operation on diff --git a/osc/core.py b/osc/core.py index b6030bfe..3854401b 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.172.0' +__version__ = '0.173.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