Skip to content

Commit

Permalink
New distribution [0.8.5.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 84629e7 commit 4b54043
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# basic info
FROM library/ubuntu
LABEL version 0.8.5
LABEL version 0.8.5.post1
LABEL description "Ubuntu Environment for F2FORMAT"

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

# version string
__version__ = '0.8.5'
__version__ = '0.8.5.post1'

# from configparser
BOOLEAN_STATES = {'1': True, '0': False,
Expand Down
2 changes: 1 addition & 1 deletion setup.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.8.5'
__version__ = '0.8.5.post1'

# set-up script for pip distribution
setup(
Expand Down
2 changes: 1 addition & 1 deletion share/f2format.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH F2FORMAT 1 "November 27, 2019" "v0.8.5" ""
.TH F2FORMAT 1 "November 28, 2019" "v0.8.5.post1" ""
.SH NAME
f2format \- back-port compiler for Python 3.6 f-string literals
.
Expand Down
4 changes: 2 additions & 2 deletions share/f2format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ f2format
back-port compiler for Python 3.6 f-string literals
---------------------------------------------------

:Version: v0.8.5
:Date: November 27, 2019
:Version: v0.8.5.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 4b54043

Please sign in to comment.