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:
parent
a3684394a1
commit
941e5b0289
1
NEWS
1
NEWS
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user