Skip to content

Commit 1c17c55

Browse files
committed
Bump version v1.5.2 -> v1.6.0
1 parent 5e96730 commit 1c17c55

File tree

9 files changed

+10
-8
lines changed

9 files changed

+10
-8
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.2
2+
current_version = 1.6.0
33
commit = True
44
tag = True
55

.github/workflows/conda_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: "Install package"
5959
run: |
60-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld consolekit=1.5.2=py_1 -y || exit 1
60+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld consolekit=1.6.0=py_1 -y || exit 1
6161
6262
- name: "Run Tests"
6363
run: |

README.rst

+1-1
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.5.2
103+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/consolekit/v1.6.0
104104
:target: https://github.com/domdfcoding/consolekit/pulse
105105
:alt: GitHub commits since tagged version
106106

consolekit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
__author__: str = "Dominic Davis-Foster"
5757
__copyright__: str = "2020 Dominic Davis-Foster"
5858
__license__: str = "MIT License"
59-
__version__: str = "1.5.2"
59+
__version__: str = "1.6.0"
6060
__email__: str = "[email protected]"
6161

6262
__all__ = (

consolekit/utils.py

+1-1
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.5.2",
82+
current_version="1.6.0",
8383
details="Import from consolekit.tracebacks instead."
8484
)
8585

consolekit/versions.py

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# versions.py
44
"""
55
Tool to get software versions.
6+
7+
.. versionadded:: 1.6.0
68
"""
79
#
810
# Copyright © 2023 Dominic Davis-Foster <[email protected]>

doc-source/index.rst

+1-1
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.5.2
110+
:commits-since: v1.6.0
111111
:alt: GitHub commits since tagged version
112112

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

pyproject.toml

+1-1
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.5.2"
7+
version = "1.6.0"
88
description = "Additional utilities for click."
99
readme = "README.rst"
1010
requires-python = ">=3.6.1"

repo_helper.yml

+1-1
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.5.2'
8+
version: '1.6.0'
99
license: 'MIT'
1010
short_desc: 'Additional utilities for click.'
1111

0 commit comments

Comments
 (0)