Skip to content

Commit 467fdce

Browse files
committed
New distribution [0.8.6]
* fix argparse help format string bug (many thanks to @gousaiyang) * removed vendor folder & related stuffs
1 parent e71c5f2 commit 467fdce

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

Pipfile.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.post1
3+
LABEL version 0.8.6
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.post1'
36+
__version__ = '0.8.6'
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.post1'
18+
__version__ = '0.8.6'
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 28, 2019" "v0.8.5.post1" ""
3+
.TH F2FORMAT 1 "December 11, 2019" "v0.8.6" ""
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.post1
10-
:Date: November 28, 2019
9+
:Version: v0.8.6
10+
:Date: December 11, 2019
1111
:Manual section: 1
1212
:Author:
1313
Jarry Shaw, a newbie programmer, is the author, owner and maintainer

0 commit comments

Comments
 (0)