Skip to content

Commit 6fef3f2

Browse files
committed
Bump version v3.9.0.2 -> v3.9.16.0
1 parent 0aea1cc commit 6fef3f2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.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.2
2+
current_version = 3.9.16.0
33
commit = True
44
tag = True
55

README.rst

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

97-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/pprint36/v3.9.0.2
97+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/pprint36/v3.9.16.0
9898
:target: https://github.com/domdfcoding/pprint36/pulse
9999
:alt: GitHub commits since tagged version
100100

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.2"
27+
__version__: str = "3.9.16.0"
2828
__email__: str = "dominic@davis-foster.co.uk"
2929

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "pprint36"
7-
version = "3.9.0.2"
7+
version = "3.9.16.0"
88
description = "Backport of pprint from Python 3.9 to Python 3.6-3.8"
99
readme = "README.rst"
1010
keywords = [ "backport", "pprint", "prettyprint",]

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.2'
8+
version: '3.9.16.0'
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)