From c2922e8a6726994b9fb0a909e68def65b5e1d9b6 Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Tue, 26 Sep 2017 12:45:48 +0200 Subject: [PATCH] Open 0.161 development --- NEWS | 3 +++ osc/core.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d6b2e8f3..9e12ffe4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.161 + - + 0.160 - support fissile build type - Container support for the package cache diff --git a/osc/core.py b/osc/core.py index 65442890..e82f9409 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.160.0' +__version__ = '0.160git' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration