File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44
55[tool .poetry ]
66name = " class_singledispatch"
7- version = " 1.0.2 "
7+ version = " 1.0.3 "
88description = " A ``singledispatch()`` for arguments that are classes annotated as specific types."
99authors = [" bswck <bswck.dev@gmail.com>" ]
1010license = " MIT"
@@ -42,6 +42,7 @@ keyring = "^24.3.0"
4242[tool .pytest .ini_options ]
4343addopts = " --doctest-modules"
4444
45+
4546[tool .poetry .group .docs ]
4647optional = true
4748
You can’t perform that action at this time.
0 commit comments