1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-26 09:56:13 +01:00

bump version to 0.103, adjust NEWS file

This commit is contained in:
Dr. Peter Poeml 2008-06-06 12:09:00 +00:00
parent 86ad9766b2
commit 06c2cbf882
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@ -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:
- osc branch: Show the actually created branch project name, not

View File

@ -5,7 +5,7 @@
# and distributed under the terms of the GNU General Public Licence,
# 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" changes in an incompatible way. Please add any needed migration
# functionality to check_store_version().