Skip to content

Commit 7feee7d

Browse files
committed
Bump version v0.5.6 -> v0.6.0
1 parent 6621932 commit 7feee7d

9 files changed

+9
-9
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.6
2+
current_version = 0.6.0
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.6
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/attr_utils/v0.6.0
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
@@ -16,7 +16,7 @@
1616
"extras_require",
1717
]
1818

19-
__version__ = "0.5.6"
19+
__version__ = "0.6.0"
2020
extras_require = {
2121
"pprint": ["prettyprinter==0.18.0"],
2222
"sphinx": ["sphinx<3.4.0,>=3.0.3", "sphinx-toolbox>=1.4.0"],

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.6"
32+
__version__: str = "0.6.0"
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.6
108+
:commits-since: v0.6.0
109109
:alt: GitHub commits since tagged version
110110

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

Diff for: doc-source/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mypy>=0.782
66
pyyaml>=5.3.1
77
repo-helper-sphinx-theme>=0.0.2
88
seed-intersphinx-mapping>=0.3.1
9-
sphinx<3.4.0,>=3.0.3
9+
sphinx>=3.0.3
1010
sphinx-copybutton>=0.2.12
1111
sphinx-debuginfo>=0.1.0
1212
sphinx-notfound-page>=0.5

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.6"
7+
version = "0.6.0"
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.6'
8+
version: '0.6.0'
99
license: 'MIT'
1010
short_desc: 'Utilities to augment attrs.'
1111

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[metadata]
1010
name = attr_utils
11-
version = 0.5.6
11+
version = 0.6.0
1212
author = Dominic Davis-Foster
1313
author_email = [email protected]
1414
license = MIT License

0 commit comments

Comments
 (0)