mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-14 09:36:21 +01:00
0.120 is about to get released, switch to version 0.120.90
This commit is contained in:
parent
56e79daeec
commit
f4fcc4101b
4
NEWS
4
NEWS
@ -1,3 +1,6 @@
|
|||||||
|
0.121:
|
||||||
|
- osc metafromspec allows editing before send
|
||||||
|
|
||||||
0.120:
|
0.120:
|
||||||
- support "setlinkrev" for whole projects
|
- support "setlinkrev" for whole projects
|
||||||
- add "setlinkrev --unset" for removing revision references
|
- add "setlinkrev --unset" for removing revision references
|
||||||
@ -6,7 +9,6 @@
|
|||||||
- fix support of listing requests with multiple actions
|
- fix support of listing requests with multiple actions
|
||||||
- "osc maintainer" is following to the development project / package now
|
- "osc maintainer" is following to the development project / package now
|
||||||
- "osc maintainer" list maintainer and bugowner roles now
|
- "osc maintainer" list maintainer and bugowner roles now
|
||||||
- osc metafromspec allows editing before send
|
|
||||||
|
|
||||||
0.119:
|
0.119:
|
||||||
- Support new request types
|
- Support new request types
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
# and distributed under the terms of the GNU General Public Licence,
|
# and distributed under the terms of the GNU General Public Licence,
|
||||||
# either version 2, or (at your option) any later version.
|
# either version 2, or (at your option) any later version.
|
||||||
|
|
||||||
__version__ = '0.120'
|
__version__ = '0.120.90'
|
||||||
# __store_version__ is to be incremented when the format of the working copy
|
# __store_version__ is to be incremented when the format of the working copy
|
||||||
# "store" changes in an incompatible way. Please add any needed migration
|
# "store" changes in an incompatible way. Please add any needed migration
|
||||||
# functionality to check_store_version().
|
# functionality to check_store_version().
|
||||||
|
Loading…
Reference in New Issue
Block a user