Skip to content

Commit 34b64d7

Browse files
committed
Bump version 3.9.0.0 -> 3.9.0.1
1 parent 4dccbe4 commit 34b64d7

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[bumpversion]
2-
current_version = 3.9.0.0
2+
current_version = 3.9.0.1
33
commit = True
44
tag = True
55

66
[bumpversion:file:repo_helper.yml]
7+
78
[bumpversion:file:__pkginfo__.py]
9+
810
[bumpversion:file:README.rst]
11+
912
[bumpversion:file:pprint36/__init__.py]

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The pertinent changes from Python 3.6 to Python 3.9 are:
8686
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/pprint36
8787
:alt: GitHub top language
8888

89-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/pprint36/v3.9.0.0
89+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/pprint36/v3.9.0.1
9090
:target: https://github.com/domdfcoding/pprint36/pulse
9191
:alt: GitHub commits since tagged version
9292

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
2020 Python Software Foundation <dominic@davis-foster.co.uk>
4040
"""
4141

42-
__version__ = "3.9.0.0"
42+
__version__ = "3.9.0.1"
4343
modname = "pprint36"
4444
pypi_name = "pprint36"
4545
import_name = "pprint36"

pprint36/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
__author__: str = "Python Software Foundation"
2525
__copyright__: str = "2001-2020 Python Software Foundation"
2626
__license__: str = "PSF License"
27-
__version__: str = "3.9.0.0"
27+
__version__: str = "3.9.0.1"
2828
__email__: str = "dominic@davis-foster.co.uk"
2929

3030
__all__ = ["pprint", "pformat", "isreadable", "isrecursive", "saferepr", "PrettyPrinter", "pp"]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ copyright_years: '2020'
55
author: 'Python Software Foundation'
66
email: 'dominic@davis-foster.co.uk'
77
username: 'domdfcoding'
8-
version: '3.9.0.0'
8+
version: '3.9.0.1'
99
license: 'PSF License'
1010
short_desc: 'Backport of pprint from Python 3.9 to Python 3.6-3.8'
1111

0 commit comments

Comments
 (0)