Skip to content

Commit 58a5fd1

Browse files
committed
Bump version v0.8.2 -> v0.9.0
1 parent 64f37cb commit 58a5fd1

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
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 = 0.8.2
2+
current_version = 0.9.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Spun out from `repo_helper <https://github.com/domdfcoding/repo_helper>`_. Needs
102102
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/consolekit
103103
:alt: GitHub top language
104104

105-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/consolekit/v0.8.2
105+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/consolekit/v0.9.0
106106
:target: https://github.com/domdfcoding/consolekit/pulse
107107
:alt: GitHub commits since tagged version
108108

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2020-2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727
"""
2828

29-
__version__ = "0.8.2"
29+
__version__ = "0.9.0"
3030

3131
repo_root = pathlib.Path(__file__).parent
3232
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')

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 = "0.8.2"
56+
__version__: str = "0.9.0"
5757
__email__: str = "dominic@davis-foster.co.uk"
5858

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

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ consolekit
103103
:alt: GitHub top language
104104

105105
.. |commits-since| github-shield::
106-
:commits-since: v0.8.2
106+
:commits-since: v0.9.0
107107
:alt: GitHub commits since tagged version
108108

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

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

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,8 @@ timeout = 300
175175
176176
[dep_checker]
177177
allowed_unused = colorama
178+
179+
[doc8]
180+
ignore-path = doc-source/build
181+
max-line-length = 110
182+
ignore = D003

0 commit comments

Comments
 (0)