diff --git a/NEWS b/NEWS index b30d5e28..808abfac 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,10 @@ - various decoding improvements - Transfer the name of the input file to vc instead of the content (obs-build/vc will do the rest and open the file). + - support appimage builds + - new command browse. (opens a browser opening the project or package) + - new option --incoming for osc rq and osc review to only show only + incoming reqeusts for a project. 0.165.4 - allow optional fork when creating a maintenance request diff --git a/osc/core.py b/osc/core.py index 7cfb5ab4..89922631 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.165.git' +__version__ = '0.166.0' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration