From c2f76068a3709f4de8282a836bdcca065a67f5c8 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sat, 15 Apr 2023 21:12:23 +0200 Subject: [PATCH] Relase v4.1 --- NEWS | 12 ++++++++++++ argparse_manpage/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 88cbd4c..6f04823 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,18 @@ WARNING: We'll drop the Python 2.7 support in v5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +News in v4.1 + +* A new `--include` feature, inspired by `help2man --include`. + +* Allow overriding build date with SOURCE_DATE_EPOCH environment variable + in order to make builds reproducible. See this link for more info: + https://reproducible-builds.org/specs/source-date-epoch/ + +* The AUTHORS section was changed to more standard AUTHOR. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + News in v4 * The manual page generator logic is now separated from the 'build_manpages' diff --git a/argparse_manpage/__init__.py b/argparse_manpage/__init__.py index 4c88783..92727da 100644 --- a/argparse_manpage/__init__.py +++ b/argparse_manpage/__init__.py @@ -2,4 +2,4 @@ argparse_manpage project """ -__version__ = '4' +__version__ = '4.1'