From 9a1b2d980a26aad35e1bb26433b7d24c0f2cb6fc Mon Sep 17 00:00:00 2001 From: lethliel Date: Mon, 8 Jul 2019 11:30:42 +0200 Subject: [PATCH] open 0.165.3 development --- NEWS | 3 +++ osc/core.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e38bbe8b..bd291887 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.165.3 + - + 0.165.2 - support different token operations (runservice, release and rebuild) (requires OBS 2.10) - fix osc token decode error diff --git a/osc/core.py b/osc/core.py index 54c261f5..23ca55f6 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.165.2' +__version__ = '0.165.3.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