Skip to content

Commit

Permalink
New distribution [0.4.3]
Browse files Browse the repository at this point in the history
 * fix argparse help format string bug (many thanks to @gousaiyang)
  • Loading branch information
JarryShaw committed Dec 11, 2019
1 parent 3637dee commit 43fad88
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion poseur.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
del multiprocessing

# version string
__version__ = '0.4.2.post1'
__version__ = '0.4.3'

# from configparser
BOOLEAN_STATES = {'1': True, '0': False,
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup.pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
long_desc = file.read()

# version string
__version__ = '0.4.2.post1'
__version__ = '0.4.3'

# set-up script for pip distribution
setup(
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup.pypitest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
long_desc = file.read()

# version string
__version__ = '0.4.2.post1'
__version__ = '0.4.3'

# set-up script for pip distribution
setup(
Expand Down
2 changes: 1 addition & 1 deletion share/poseur.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH POSEUR 1 "November 28, 2019" "v0.4.2.post1" ""
.TH POSEUR 1 "December 11, 2019" "v0.4.3" ""
.SH NAME
poseur \- back-port compiler for Python 3.8 positional-only parameter syntax
.
Expand Down
4 changes: 2 additions & 2 deletions share/poseur.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ poseur
back-port compiler for Python 3.8 positional-only parameter syntax
------------------------------------------------------------------

:Version: v0.4.2.post1
:Date: November 28, 2019
:Version: v0.4.3
:Date: December 11, 2019
:Manual section: 1
:Author:
Jarry Shaw, a newbie programmer, is the author, owner and maintainer
Expand Down

0 comments on commit 43fad88

Please sign in to comment.