Skip to content

Commit 10a9ec4

Browse files
committed
Bump version
1 parent 02ee993 commit 10a9ec4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
[Unreleased]
8+
## [Unreleased]
99

1010
Nothing yet.
1111

12+
## [1.8.1] - 2023-05-12
13+
14+
### Fixed
15+
16+
- Fix value creation for a field with a default factory
17+
1218
## [1.8.0] - 2023-01-26
1319

1420
### Added
@@ -113,7 +119,8 @@ Nothing yet.
113119

114120
- Validate type for generic collection fields
115121

116-
[Unreleased]: https://github.com/konradhalas/dacite/compare/v1.8.0...HEAD
122+
[Unreleased]: https://github.com/konradhalas/dacite/compare/v1.8.1...HEAD
123+
[1.8.1]: https://github.com/konradhalas/dacite/compare/v1.8.0...v1.8.1
117124
[1.8.0]: https://github.com/konradhalas/dacite/compare/v1.7.0...v1.8.0
118125
[1.7.0]: https://github.com/konradhalas/dacite/compare/v1.6.0...v1.7.0
119126
[1.6.0]: https://github.com/konradhalas/dacite/compare/v1.5.1...v1.6.0

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.8.0",
5+
version="1.8.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)