Skip to content

Commit 1dd7883

Browse files
committed
Bump version 3.9.0.0 -> 3.9.0.2
1 parent ddeff37 commit 1dd7883

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.9.0.1
2+
current_version = 3.9.0.2
33
commit = True
44
tag = True
55

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.1
89+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/pprint36/v3.9.0.2
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.1"
42+
__version__ = "3.9.0.2"
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.1"
27+
__version__: str = "3.9.0.2"
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.1'
8+
version: '3.9.0.2'
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)