mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 18:26:15 +01:00
bump version to 0.103, adjust NEWS file
This commit is contained in:
parent
86ad9766b2
commit
06c2cbf882
11
NEWS
11
NEWS
@ -1,3 +1,14 @@
|
|||||||
|
0.103:
|
||||||
|
|
||||||
|
- osc submitreq create: simplify by make osc guess needed parameters, if
|
||||||
|
there is a working copy and it is a source link.
|
||||||
|
- osc submitreq create: don't stop on packages that have a devel project
|
||||||
|
defined, if the submit actually comes from that project.
|
||||||
|
- osc checkout: checkout of source links is now done in expanded form per
|
||||||
|
default. The new option --unexpand-link can be used to get the raw link file.
|
||||||
|
- show the API's error message for HTTP 403 (Forbidden) replies.
|
||||||
|
|
||||||
|
|
||||||
0.102:
|
0.102:
|
||||||
|
|
||||||
- osc branch: Show the actually created branch project name, not
|
- osc branch: Show the actually created branch project name, not
|
||||||
|
@ -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.102'
|
__version__ = '0.103'
|
||||||
# __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