Skip to content

Commit f63d877

Browse files
committed
Release v1.0.3
1 parent e9126a8 commit f63d877

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
77

88
<!-- insertion marker -->
99

10+
## [v1.0.3](https://github.com/bswck/class_singledispatch/tree/v1.0.3) (2024-02-20)
11+
12+
13+
### Changed
14+
15+
- Relaxed supported Python range to >3.8,<4.0
16+
17+
1018
## [v1.0.2](https://github.com/bswck/class_singledispatch/tree/v1.0.2) (2023-12-17)
1119

1220

news/+2a341495.changed.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[tool.poetry]
66
name = "class_singledispatch"
7-
version = "1.0.2"
7+
version = "1.0.3"
88
description = "A ``singledispatch()`` for arguments that are classes annotated as specific types."
99
authors = ["bswck <[email protected]>"]
1010
license = "MIT"
@@ -42,6 +42,7 @@ keyring = "^24.3.0"
4242
[tool.pytest.ini_options]
4343
addopts = "--doctest-modules"
4444

45+
4546
[tool.poetry.group.docs]
4647
optional = true
4748

0 commit comments

Comments
 (0)