Skip to content

Commit fa5f892

Browse files
committed
Release v1.1.1
1 parent f119878 commit fa5f892

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
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.1.1](https://github.com/bswck/class_singledispatch/tree/v1.1.1) (2024-04-15)
11+
12+
13+
### Fixed
14+
15+
- Redundant `ForwardRef` construction arguments that broke Python 3.8.
16+
17+
1018
## [v1.1.0](https://github.com/bswck/class_singledispatch/tree/v1.1.0) (2024-04-13)
1119

1220

news/+6c682a2c.fixed.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
Redundant `ForwardRef` construction arguments that broke Python 3.8.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ keyring = ">=25.0.0"
4343
[tool.pytest.ini_options]
4444
addopts = "--doctest-modules"
4545

46+
4647
[tool.poetry.group.docs]
4748
optional = true
4849

0 commit comments

Comments
 (0)