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

release 0.182.1

This commit is contained in:
Daniel Mach 2023-04-27 09:59:57 +02:00
parent e9199c3f10
commit 6eb8a64804
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -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
- fix build on SLE12 / python 2.7
- SSH auth: Fix getallmatchingheaders() output to correspond with headers.get_all()

View File

@ -7,7 +7,7 @@ from __future__ import print_function
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