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'