From 515db3dea0d8dee5f5e38818e0bc5eb88509eb0f Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Fri, 24 Jun 2022 15:23:04 +0200 Subject: [PATCH] release 0.180.0 --- NEWS | 8 ++++++++ osc/core.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d46b78f5..42a6aa72 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +0.180.0 + - warn when trying to commit a prj/pac managed in scm + - fix crash on "osc up" for git based package/projects + - don't traceback on invalid credentials manager + - improve README, rename it to README.md + - declare OscHTTPSignatureAuthHandler as a new-style class + - remove illegal character in comment + 0.179.0 - signature (ssh key) authetication fixes (RSA key support, skip binary files) - commandline: handle calls without arguments gracefully diff --git a/osc/core.py b/osc/core.py index adac010b..ef149854 100644 --- a/osc/core.py +++ b/osc/core.py @@ -7,7 +7,7 @@ from __future__ import print_function from .util import git_version -__version__ = git_version.get_version('0.179.0') +__version__ = git_version.get_version('0.180.0') # __store_version__ is to be incremented when the format of the working copy