Skip to content

Commit 35d1afe

Browse files
committed
Bump version v1.2.3 -> v1.3.0
1 parent 0f2460b commit 35d1afe

File tree

8 files changed

+8
-8
lines changed

8 files changed

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

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: "Install package"
5050
run: |
51-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld consolekit=1.2.3=py_1 -y || exit 1
51+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld consolekit=1.3.0=py_1 -y || exit 1
5252
5353
- name: "Run Tests"
5454
run: |

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.2.3
103+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/consolekit/v1.3.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
@@ -53,7 +53,7 @@
5353
__author__: str = "Dominic Davis-Foster"
5454
__copyright__: str = "2020 Dominic Davis-Foster"
5555
__license__: str = "MIT License"
56-
__version__: str = "1.2.3"
56+
__version__: str = "1.3.0"
5757
__email__: str = "[email protected]"
5858

5959
if not bool(getattr(sys, "ps1", sys.flags.interactive)): # pragma: no cover

consolekit/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
_deprecator = deprecation_alias.deprecated(
8080
deprecated_in="1.0.0",
8181
removed_in="2.0.0",
82-
current_version="1.2.3",
82+
current_version="1.3.0",
8383
details="Import from consolekit.tracebacks instead."
8484
)
8585

doc-source/index.rst

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

108108
.. |commits-since| github-shield::
109-
:commits-since: v1.2.3
109+
:commits-since: v1.3.0
110110
:alt: GitHub commits since tagged version
111111

112112
.. |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 = "whey"
44

55
[project]
66
name = "consolekit"
7-
version = "1.2.3"
7+
version = "1.3.0"
88
description = "Additional utilities for click."
99
readme = "README.rst"
1010
keywords = [ "click", "terminal",]

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
77
username: 'domdfcoding'
8-
version: '1.2.3'
8+
version: '1.3.0'
99
license: 'MIT'
1010
short_desc: 'Additional utilities for click.'
1111

0 commit comments

Comments
 (0)