Skip to content

Commit

Permalink
Update versions and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mciszczon committed Jan 29, 2025
1 parent 71c365a commit 6e7f676
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

...

### [1.9.0] - 2025-01-29
## [1.9.1] - 2025-01-29

### Fixed

- Fix `AttributeError` when trying to concretize `list` or `tuple`. Introduced in 1.9.0.

## [1.9.0] - 2025-01-29

### Added

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

- Validate type for generic collection fields

[Unreleased]: https://github.com/konradhalas/dacite/compare/v1.8.1...HEAD
[Unreleased]: https://github.com/konradhalas/dacite/compare/v1.9.1...HEAD
[1.9.1]: https://github.com/konradhalas/dacite/compare/v1.9.0...v1.9.1
[1.9.0]: https://github.com/konradhalas/dacite/compare/v1.8.1...v1.9.0
[1.8.1]: https://github.com/konradhalas/dacite/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/konradhalas/dacite/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/konradhalas/dacite/compare/v1.6.0...v1.7.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ pip install dacite

## Requirements

Minimum Python version supported by `dacite` is 3.6.
Minimum Python version supported by `dacite` is 3.7.

## Quick start

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="dacite",
version="1.9.0",
version="1.9.1",
description="Simple creation of data classes from dictionaries.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 6e7f676

Please sign in to comment.