From 9852345607a4277b582906902c7b94b07ce86522 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 29 Aug 2023 01:48:45 +0200 Subject: [PATCH] Fixed a small bug and requirements update. --- man2book | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man2book b/man2book index 9bc5b62..0325a0e 100755 --- a/man2book +++ b/man2book @@ -32,7 +32,7 @@ __author__ = 'Johannes Findeisen ' # currently i only increase the third number because i commit early and often and nearly on every # commit there are new features. 0.1.* will be ready for generating a full book. then i will use the # pythonic version scheme. -__version__ = '0.1.3' +__version__ = '0.1.4' def main(): @@ -54,7 +54,7 @@ def main(): 'debugging a full section genration (default: 0; no limit)') parser.add_argument('-m', '--manpages', help='limit only to a subset of man pages. e.g. cd or ' - 'a list like cd,df,mv. this feature is not 100% ' + 'a list like cd,df,mv. this feature is not 100 percent ' 'reliable at the moment because it should be ' 'possible to set the section here optionally for ' 'each manpage! e.g. df.1. it is not very ' diff --git a/requirements.txt b/requirements.txt index 4f6f084..5f17748 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -beautifulsoup4~=4.11.1 \ No newline at end of file +beautifulsoup4==4.11.2 \ No newline at end of file