1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-26 14:46:14 +01:00

prepare 0.154.0 release.

A small release, but brings the critical stuff to work with new git handling
of OBS 2.7
This commit is contained in:
Adrian Schröter 2016-04-11 10:48:05 +02:00
parent a3684394a1
commit 941e5b0289
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -1,6 +1,7 @@
0.154
- switch to new obs_scm service when adding git URL's
- set OSC_VERSION environment for source services
(allows to work in local git checkouts when using obs_scm)
0.153
- "my sr" is using the server side request collection to get right results

View File

@ -5,7 +5,7 @@
from __future__ import print_function
__version__ = '0.153git'
__version__ = '0.154.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