From 22506de87adc13bb82bca36c50b6d416bdbb6582 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sun, 28 Nov 2021 23:04:43 +0100 Subject: [PATCH] Release v2 --- NEWS | 13 +++++++++++++ build_manpages/__init__.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 583b308..c0e6259 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,18 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +New in version 2 + +* Split out options by generic argument groups, not only predefined + "positional arguments", "options", and Subparsers. + +* RPM spec file updated to comply with the recent (Fedora 35+) guidelines. + +* Drop python3-six requirment. + +* Properly highligh all option argument METAVARs. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + New in version 1.5 * The "epilog" from argparse object is dumped to "COMMENTS" sections. diff --git a/build_manpages/__init__.py b/build_manpages/__init__.py index fcb6b5d..c8f822c 100644 --- a/build_manpages/__init__.py +++ b/build_manpages/__init__.py @@ -1 +1 @@ -__version__ = '1.5' +__version__ = '2'