File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
77
88<!-- insertion marker -->
99
10+ ## [ v1.2.3.post2] ( https://github.com/bswck/class_singledispatch/tree/v1.2.3.post2 ) (2024-04-22)
11+
12+
13+ No significant changes.
14+
15+
1016## [ v1.2.3.post1] ( https://github.com/bswck/class_singledispatch/tree/v1.2.3.post1 ) (2024-04-22)
1117
1218
Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ annotated as specific types.
1010
1111# A Simple Example
1212While [ ` functools.singledispatch ` ] [ functools.singledispatch ] examines the class
13- of the first user argument, ` class_singledispatch ` uses the first argument
14- as the class itself and performs the same task with it as ` functools.singledispatch ` .
13+ of the first user argument, [ ` class_singledispatch ` ] [ class_singledispatch.class_singledispatch ]
14+ uses the first argument as the class itself and performs the same task with it
15+ as ` functools.singledispatch ` .
1516
1617``` python
1718from class_singledispatch import class_singledispatch
Original file line number Diff line number Diff line change 44
55[tool .poetry ]
66name = " class_singledispatch"
7- version = " 1.2.3.post1 "
7+ version = " 1.2.3.post2 "
88description = " A ``singledispatch()`` for arguments that are classes annotated as specific types."
99authors = [
" bswck <[email protected] >" ]
1010license = " MIT"
@@ -48,6 +48,7 @@ keyring = ">=25.0.0"
4848addopts = " --doctest-modules"
4949
5050
51+
5152[tool .poetry .group .docs ]
5253optional = true
5354
You can’t perform that action at this time.
0 commit comments