From b52edb6513dd495d1c1271b8b10255d32389d70b Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 26 Oct 2017 14:47:40 +0200 Subject: [PATCH] Open 0.162 development --- NEWS | 3 +++ osc/core.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 10e395e3..25336ca1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.162 + - + 0.161.1 - Fix python 2.6 SyntaxError (multiple context expressions) diff --git a/osc/core.py b/osc/core.py index 66aaf765..10f28ce0 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.161.1' +__version__ = '0.161.1git' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration