1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-24 11:12:14 +01:00

prepare 0.159 release

This commit is contained in:
Adrian Schröter 2017-07-19 00:48:15 +02:00
parent 24fa0ae9d5
commit 4f524b4d43
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -6,6 +6,7 @@
- added switch to show only issues in rdiff
- show build duration in build history
- allow to cat/less files from deleted packages (using -D option)
- Allow to override man-page date
0.158
- cat/less/blame command: default to expand to stay in sync with checkout

View File

@ -5,7 +5,7 @@
from __future__ import print_function
__version__ = '0.158git'
__version__ = '0.159'
# __store_version__ is to be incremented when the format of the working copy
# "store" changes in an incompatible way. Please add any needed migration