Skip to content

Commit fcad7f2

Browse files
committed
Bump version v1.5.1 -> v1.5.2
1 parent 054d5bc commit fcad7f2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-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.1
2+
current_version = 1.5.2
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.1=py_1 -y || exit 1
60+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld consolekit=1.5.2=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.1
103+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/consolekit/v1.5.2
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
@@ -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.5.1"
60+
__version__: str = "1.5.2"
6161
__email__: str = "[email protected]"
6262

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

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

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.1
110+
:commits-since: v1.5.2
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.1"
7+
version = "1.5.2"
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.1'
8+
version: '1.5.2'
99
license: 'MIT'
1010
short_desc: 'Additional utilities for click.'
1111

0 commit comments

Comments
 (0)