From 623f33daa469b4cf6b51869439993ec151ebd4e9 Mon Sep 17 00:00:00 2001 From: lethliel Date: Wed, 16 Jan 2019 14:04:04 +0100 Subject: [PATCH] reopen 0.165.0 development --- NEWS | 3 +++ osc/core.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c1e4ea9f..86c4a66c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.165 + - + 0.164.1 - rewrite cpio handling to support python3 - rewrite ar module to support python3 diff --git a/osc/core.py b/osc/core.py index a668b147..d4f2309a 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.164.1' +__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