Skip to content

Commit 17b1e67

Browse files
committed
Bump version v0.5.5 -> v0.5.6
1 parent e13d3f1 commit 17b1e67

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Diff for: .bumpversion.cfg

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

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ attr_utils
101101
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/attr_utils
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/attr_utils/v0.5.5
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/attr_utils/v0.5.6
105105
:target: https://github.com/domdfcoding/attr_utils/pulse
106106
:alt: GitHub commits since tagged version
107107

Diff for: __pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2020-2021 Dominic Davis-Foster <[email protected]>
2727
"""
2828

29-
__version__ = "0.5.5"
29+
__version__ = "0.5.6"
3030
repo_root = pathlib.Path(__file__).parent
3131
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
3232
extras_require = {

Diff for: attr_utils/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
__author__: str = "Dominic Davis-Foster"
3030
__copyright__: str = "2020 Dominic Davis-Foster"
3131
__license__: str = "MIT License"
32-
__version__: str = "0.5.5"
32+
__version__: str = "0.5.6"
3333
__email__: str = "[email protected]"
3434

3535
_docs = False

Diff for: doc-source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ attr_utils
105105
:alt: GitHub top language
106106

107107
.. |commits-since| github-shield::
108-
:commits-since: v0.5.5
108+
:commits-since: v0.5.6
109109
:alt: GitHub commits since tagged version
110110

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

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "attr_utils"
7-
version = "0.5.5"
7+
version = "0.5.6"
88
description = "Utilities to augment attrs."
99
readme = "README.rst"
1010
keywords = [ "attrs", "serde", "sphinx", "documentation",]

Diff for: 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: '0.5.5'
8+
version: '0.5.6'
99
license: 'MIT'
1010
short_desc: 'Utilities to augment attrs.'
1111

0 commit comments

Comments
 (0)