Skip to content

Commit

Permalink
New distribution [0.4.2.post1]
Browse files Browse the repository at this point in the history
Get all errors from parso, as hints from davidhalter/parso#89
  • Loading branch information
JarryShaw committed Nov 28, 2019
1 parent 08ccb93 commit 24256b6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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'
__version__ = '0.4.2.post1'

# 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'
__version__ = '0.4.2.post1'

# 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'
__version__ = '0.4.2.post1'

# 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 27, 2019" "v0.4.2" ""
.TH POSEUR 1 "November 28, 2019" "v0.4.2.post1" ""
.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
:Date: November 27, 2019
:Version: v0.4.2.post1
:Date: November 28, 2019
:Manual section: 1
:Author:
Jarry Shaw, a newbie programmer, is the author, owner and maintainer
Expand Down

0 comments on commit 24256b6

Please sign in to comment.