Skip to content

Commit 6e7f676

Browse files
committed
Update versions and changelog
1 parent 71c365a commit 6e7f676

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
...
1111

12-
### [1.9.0] - 2025-01-29
12+
## [1.9.1] - 2025-01-29
13+
14+
### Fixed
15+
16+
- Fix `AttributeError` when trying to concretize `list` or `tuple`. Introduced in 1.9.0.
17+
18+
## [1.9.0] - 2025-01-29
1319

1420
### Added
1521

@@ -133,7 +139,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
133139

134140
- Validate type for generic collection fields
135141

136-
[Unreleased]: https://github.com/konradhalas/dacite/compare/v1.8.1...HEAD
142+
[Unreleased]: https://github.com/konradhalas/dacite/compare/v1.9.1...HEAD
143+
[1.9.1]: https://github.com/konradhalas/dacite/compare/v1.9.0...v1.9.1
144+
[1.9.0]: https://github.com/konradhalas/dacite/compare/v1.8.1...v1.9.0
137145
[1.8.1]: https://github.com/konradhalas/dacite/compare/v1.8.0...v1.8.1
138146
[1.8.0]: https://github.com/konradhalas/dacite/compare/v1.7.0...v1.8.0
139147
[1.7.0]: https://github.com/konradhalas/dacite/compare/v1.6.0...v1.7.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ pip install dacite
2222

2323
## Requirements
2424

25-
Minimum Python version supported by `dacite` is 3.6.
25+
Minimum Python version supported by `dacite` is 3.7.
2626

2727
## Quick start
2828

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="dacite",
5-
version="1.9.0",
5+
version="1.9.1",
66
description="Simple creation of data classes from dictionaries.",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)