Skip to content

Commit 86720d3

Browse files
committed
Release v1.2.3.post2
1 parent 8475a70 commit 86720d3

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ annotated as specific types.
1010

1111
# A Simple Example
1212
While [`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
1718
from class_singledispatch import class_singledispatch

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.2.3.post1"
7+
version = "1.2.3.post2"
88
description = "A ``singledispatch()`` for arguments that are classes annotated as specific types."
99
authors = ["bswck <[email protected]>"]
1010
license = "MIT"
@@ -48,6 +48,7 @@ keyring = ">=25.0.0"
4848
addopts = "--doctest-modules"
4949

5050

51+
5152
[tool.poetry.group.docs]
5253
optional = true
5354

0 commit comments

Comments
 (0)