mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-23 02:32:13 +01:00
release 0.182.1
This commit is contained in:
parent
e9199c3f10
commit
6eb8a64804
4
NEWS
4
NEWS
@ -1,3 +1,7 @@
|
|||||||
|
0.182.1
|
||||||
|
- Fix crash due to list having no copy attribute on python2
|
||||||
|
- Fix crash in ssh auth when .ssh directory is missing
|
||||||
|
|
||||||
0.182.0
|
0.182.0
|
||||||
- fix build on SLE12 / python 2.7
|
- fix build on SLE12 / python 2.7
|
||||||
- SSH auth: Fix getallmatchingheaders() output to correspond with headers.get_all()
|
- SSH auth: Fix getallmatchingheaders() output to correspond with headers.get_all()
|
||||||
|
@ -7,7 +7,7 @@ from __future__ import print_function
|
|||||||
|
|
||||||
|
|
||||||
from .util import git_version
|
from .util import git_version
|
||||||
__version__ = git_version.get_version('0.182.0')
|
__version__ = git_version.get_version('0.182.1')
|
||||||
|
|
||||||
|
|
||||||
# __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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user