File tree 9 files changed +10
-8
lines changed
9 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.5.2
2
+ current_version = 1.6.0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 57
57
58
58
- name : " Install package"
59
59
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
61
61
62
62
- name : " Run Tests"
63
63
run : |
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ consolekit
100
100
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/consolekit
101
101
:alt: GitHub top language
102
102
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
104
104
:target: https://github.com/domdfcoding/consolekit/pulse
105
105
:alt: GitHub commits since tagged version
106
106
Original file line number Diff line number Diff line change 56
56
__author__ : str = "Dominic Davis-Foster"
57
57
__copyright__ : str = "2020 Dominic Davis-Foster"
58
58
__license__ : str = "MIT License"
59
- __version__ : str = "1.5.2 "
59
+ __version__ : str = "1.6.0 "
60
60
__email__ :
str = "[email protected] "
61
61
62
62
__all__ = (
Original file line number Diff line number Diff line change 79
79
_deprecator = deprecation_alias .deprecated (
80
80
deprecated_in = "1.0.0" ,
81
81
removed_in = "2.0.0" ,
82
- current_version = "1.5.2 " ,
82
+ current_version = "1.6.0 " ,
83
83
details = "Import from consolekit.tracebacks instead."
84
84
)
85
85
Original file line number Diff line number Diff line change 3
3
# versions.py
4
4
"""
5
5
Tool to get software versions.
6
+
7
+ .. versionadded:: 1.6.0
6
8
"""
7
9
#
8
10
# Copyright © 2023 Dominic Davis-Foster <[email protected] >
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ consolekit
107
107
:alt: GitHub top language
108
108
109
109
.. |commits-since | github-shield ::
110
- :commits-since: v1.5.2
110
+ :commits-since: v1.6.0
111
111
:alt: GitHub commits since tagged version
112
112
113
113
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
4
5
5
[project ]
6
6
name = " consolekit"
7
- version = " 1.5.2 "
7
+ version = " 1.6.0 "
8
8
description = " Additional utilities for click."
9
9
readme = " README.rst"
10
10
requires-python = " >=3.6.1"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ copyright_years: '2020-2021'
5
5
author : ' Dominic Davis-Foster'
6
6
7
7
username : ' domdfcoding'
8
- version : ' 1.5.2 '
8
+ version : ' 1.6.0 '
9
9
license : ' MIT'
10
10
short_desc : ' Additional utilities for click.'
11
11
You can’t perform that action at this time.
0 commit comments