Skip to content

Commit

Permalink
Release v4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed May 14, 2023
1 parent efa9692 commit 49d8640
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ WARNING: We'll drop the Python 2.7 support in v5

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

News in v4.2

* Support for pyproject.toml specification of manpages added.

* Support for pre-written man pages (the --manfile option)

Bugfixes in version 4.2

* Incorrect dict access for --include support fixed.

* Provide useful AUTHORS section with e-mail from
Distribution.get_author_email() even if Distribution.get_author() returns
None.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

News in v4.1

* A new `--include` feature, inspired by `help2man --include`.
Expand Down
2 changes: 1 addition & 1 deletion argparse_manpage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
argparse_manpage project
"""

__version__ = '4.1'
__version__ = '4.2'

0 comments on commit 49d8640

Please sign in to comment.