Skip to content

Commit

Permalink
release 0.157.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lethliel committed Mar 21, 2017
1 parent 45e27c0 commit 3df1724
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS
Expand Up @@ -2,6 +2,12 @@
- cat/less/blame command: default to expand to stay in sync with checkout
- add support for highly experimental native appimage.yml support

0.157.2
- add compat code for older apis that do not support multibuild
- fix ssl.connection instantiation in case of old M2Crypto
- highly experimental support for appimage
- fix local service run for non-existent (server-side) package

0.157
- add unpublish command (requires OBS 2.8)
- add blame command (requires OBS 2.9)
Expand Down
2 changes: 1 addition & 1 deletion osc/core.py
Expand Up @@ -5,7 +5,7 @@

from __future__ import print_function

__version__ = '0.157git'
__version__ = '0.157.2'

# __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 3df1724

Please sign in to comment.