Skip to content

Commit 4b54043

Browse files
committed
New distribution [0.8.5.post1]
Get all errors from parso, as hints from davidhalter/parso#89
1 parent 84629e7 commit 4b54043

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# basic info
22
FROM library/ubuntu
3-
LABEL version 0.8.5
3+
LABEL version 0.8.5.post1
44
LABEL description "Ubuntu Environment for F2FORMAT"
55

66
# prepare environment

f2format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
del multiprocessing
3434

3535
# version string
36-
__version__ = '0.8.5'
36+
__version__ = '0.8.5.post1'
3737

3838
# from configparser
3939
BOOLEAN_STATES = {'1': True, '0': False,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
long_desc = file.read()
1616

1717
# version string
18-
__version__ = '0.8.5'
18+
__version__ = '0.8.5.post1'
1919

2020
# set-up script for pip distribution
2121
setup(

share/f2format.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH F2FORMAT 1 "November 27, 2019" "v0.8.5" ""
3+
.TH F2FORMAT 1 "November 28, 2019" "v0.8.5.post1" ""
44
.SH NAME
55
f2format \- back-port compiler for Python 3.6 f-string literals
66
.

share/f2format.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ f2format
66
back-port compiler for Python 3.6 f-string literals
77
---------------------------------------------------
88

9-
:Version: v0.8.5
10-
:Date: November 27, 2019
9+
:Version: v0.8.5.post1
10+
:Date: November 28, 2019
1111
:Manual section: 1
1212
:Author:
1313
Jarry Shaw, a newbie programmer, is the author, owner and maintainer

0 commit comments

Comments
 (0)