From 1ab68d3bfbca9dfbe290b22df6535856790bc393 Mon Sep 17 00:00:00 2001 From: lethliel Date: Wed, 22 May 2019 13:00:55 +0200 Subject: [PATCH] open 0.165.2 development --- NEWS | 3 +++ osc/core.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 45edd0dd..3504b6de 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.165.2 + - + 0.165.1 - fix oscssl "urldefrag is not defined error" - osc release command now python3 compatible diff --git a/osc/core.py b/osc/core.py index 990291e4..ed1d99e0 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.165.1' +__version__ = '0.165.2.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