From 93ea66b922bfdd3dbeb9919c4103b8d4610afbb0 Mon Sep 17 00:00:00 2001 From: lethliel Date: Tue, 12 Feb 2019 09:17:05 +0100 Subject: [PATCH] reopen 0.165 development --- NEWS | 3 +++ osc/core.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2ad79483..ee591746 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.165 + - + 0.164.2 - deleterequest for entire projects needs the --all option as additional protection - rewrite packagequery to support python3 diff --git a/osc/core.py b/osc/core.py index 0a24d080..6c193322 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.164.2' +__version__ = '0.165.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