Skip to content

Commit

Permalink
Release v2
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Nov 28, 2021
1 parent f1ff57a commit 22506de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion build_manpages/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.5'
__version__ = '2'

0 comments on commit 22506de

Please sign in to comment.