Skip to content

Commit 9a70895

Browse files
committed
Bump version v0.7.1 -> v0.8.0
1 parent 5a2ceb2 commit 9a70895

File tree

7 files changed

+8
-8
lines changed

7 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 = 0.7.1
2+
current_version = 0.8.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ dep_checker
9191
.. |language| image:: https://img.shields.io/github/languages/top/python-coincidence/dep_checker
9292
:alt: GitHub top language
9393

94-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/dep_checker/v0.7.1
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/dep_checker/v0.8.0
9595
:target: https://github.com/python-coincidence/dep_checker/pulse
9696
:alt: GitHub commits since tagged version
9797

dep_checker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
__author__: str = "Dominic Davis-Foster"
4949
__copyright__: str = "2020-2021 Dominic Davis-Foster"
5050
__license__: str = "MIT License"
51-
__version__: str = "0.7.1"
51+
__version__: str = "0.8.0"
5252
__email__: str = "dominic@davis-foster.co.uk"
5353

5454
__all__ = (

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ dep_checker
9797
:alt: GitHub top language
9898

9999
.. |commits-since| github-shield::
100-
:commits-since: v0.7.1
100+
:commits-since: v0.8.0
101101
:alt: GitHub commits since tagged version
102102

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

doc-source/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ To do so, add the following to your
117117
`.pre-commit-config.yaml <https://pre-commit.com/#2-add-a-pre-commit-configuration>`_ file:
118118

119119
.. pre-commit::
120-
:rev: 0.7.1
120+
:rev: 0.8.0
121121
:hooks: dep_checker
122122
:args: <PKG_NAME>
123123

124124
``<PKG_NAME>`` should be replaced with the name of the package to check, e.g. ``consolekit``:
125125

126126
.. pre-commit::
127-
:rev: 0.7.1
127+
:rev: 0.8.0
128128
:hooks: dep_checker
129129
:args: consolekit

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 = "dep_checker"
7-
version = "0.7.1"
7+
version = "0.8.0"
88
description = "Tool to check all requirements are actually required."
99
readme = "README.rst"
1010
keywords = [ "dependencies", "linter", "pre-commit",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
77
username: 'python-coincidence'
88
assignee: 'domdfcoding'
9-
version: '0.7.1'
9+
version: '0.8.0'
1010
license: 'MIT'
1111
short_desc: 'Tool to check all requirements are actually required.'
1212

0 commit comments

Comments
 (0)