Skip to content

Commit

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

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

News in v4.4

* The `prog=` specifier (in setup.py/setup.cfg/pyproject.toml) is now
better handled so it doesn't conflict with ArgumentParser(prog=..).
Fixes https://github.com/praiskup/argparse-manpage/issues/79


News in v4.3

* The pyproject.toml parsing feature now depends on the python3-tomli library
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.3'
__version__ = '4.4'

0 comments on commit ffb0383

Please sign in to comment.