Skip to content

Commit 8af3e89

Browse files
committed
Bump version v1.12.0 -> v1.13.0
1 parent 1f94025 commit 8af3e89

File tree

7 files changed

+7
-7
lines changed

7 files changed

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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ consolekit
100100
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/consolekit
101101
:alt: GitHub top language
102102

103-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/consolekit/v1.12.0
103+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/consolekit/v1.13.0
104104
:target: https://github.com/domdfcoding/consolekit/pulse
105105
:alt: GitHub commits since tagged version
106106

consolekit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
__author__: str = "Dominic Davis-Foster"
5858
__copyright__: str = "2020 Dominic Davis-Foster"
5959
__license__: str = "MIT License"
60-
__version__: str = "1.12.0"
60+
__version__: str = "1.13.0"
6161
__email__: str = "dominic@davis-foster.co.uk"
6262

6363
__all__ = (

consolekit/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
_deprecator = deprecation_alias.deprecated(
8181
deprecated_in="1.0.0",
8282
removed_in="2.0.0",
83-
current_version="1.12.0",
83+
current_version="1.13.0",
8484
details="Import from consolekit.tracebacks instead.",
8585
)
8686

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ consolekit
107107
:alt: GitHub top language
108108

109109
.. |commits-since| github-shield::
110-
:commits-since: v1.12.0
110+
:commits-since: v1.13.0
111111
:alt: GitHub commits since tagged version
112112

113113
.. |commits-latest| github-shield::

pyproject.toml

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

55
[project]
66
name = "consolekit"
7-
version = "1.12.0"
7+
version = "1.13.0"
88
description = "Additional utilities for click."
99
readme = "README.rst"
1010
requires-python = ">=3.7"

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ copyright_years: '2020-2021'
55
author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
77
username: 'domdfcoding'
8-
version: '1.12.0'
8+
version: '1.13.0'
99
license: 'MIT'
1010
short_desc: 'Additional utilities for click.'
1111

0 commit comments

Comments
 (0)