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