Skip to content

Commit

Permalink
release 0.167.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lethliel committed Dec 10, 2019
1 parent 40abc51 commit 32ec356
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.167.1
- fix cpio fetch error handling
- support local build using RedHat rpm-md modules
- fix local build outside of the working copy of a package.
(fixes boo#1136584)
- Use the distro module for linux platform detection

0.167.0
- Added --lastsucceeded option for logfile display (requires OBS 2.11)
- osc shell/chroot/wipe is now handled via build script (working for chroot and KVM only atm)
Expand Down
2 changes: 1 addition & 1 deletion osc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from __future__ import print_function

__version__ = '0.168.0.git'
__version__ = '0.167.1'

# __store_version__ is to be incremented when the format of the working copy
# "store" changes in an incompatible way. Please add any needed migration
Expand Down

0 comments on commit 32ec356

Please sign in to comment.