From 4f524b4d4373fd3329a21ab2cfe3e666d4df8493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 19 Jul 2017 00:48:15 +0200 Subject: [PATCH] prepare 0.159 release --- NEWS | 1 + osc/core.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4315fa4b..08bdb15e 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,7 @@ - added switch to show only issues in rdiff - show build duration in build history - allow to cat/less files from deleted packages (using -D option) + - Allow to override man-page date 0.158 - cat/less/blame command: default to expand to stay in sync with checkout diff --git a/osc/core.py b/osc/core.py index e8ff01e0..c0f98b98 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.158git' +__version__ = '0.159' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration