Skip to content

Commit cab055d

Browse files
committed
Release 0.20.2
1 parent 17e154f commit cab055d

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
---------
33

4+
0.20.2 (2024-09-03)
5+
~~~~~~~~~~~~~~~~~~~
6+
47
- Improves error messages for various scenarios on `RunnerResults`
58
[Daverball]
69

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '0.20.1'
63+
version = '0.20.2'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '0.20.1'
65+
release = '0.20.2'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module = ["suitable._module_types"]
3636
warn_return_any = false
3737

3838
[tool.bumpversion]
39-
current_version = "0.20.1"
39+
current_version = "0.20.2"
4040
commit = true
4141
message = "Release {new_version}"
4242
tag = true

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = suitable
3-
version = 0.20.1
3+
version = 0.20.2
44
url = http://github.com/seantis/suitable/
55
author = Denis Krienbühl
66
author_email = [email protected]

0 commit comments

Comments
 (0)