Skip to content

Commit

Permalink
Release v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Jan 12, 2022
1 parent c85161c commit abe59c0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

New in version 2.1

* Output manual pages should be built reproducibly, no matter the current
size of the terminal.

* Methods build_manpages, get_build_py_cmd, get_install_cmd are now
provided in top-level module.

* More portable opening and parsing given by python file name.

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

New in version 2

* Split out options by generic argument groups, not only predefined
Expand Down
2 changes: 1 addition & 1 deletion build_manpages/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Export some useful methods in top-level.
"""

__version__ = '2'
__version__ = '2.1'

from .build_manpages import build_manpages, get_build_py_cmd, get_install_cmd

0 comments on commit abe59c0

Please sign in to comment.