Skip to content

Commit 85c8450

Browse files
committed
Bump version
1 parent 42756c5 commit 85c8450

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
Nothing yet.
11+
12+
## [1.7.0] - 2022-12-22
13+
1014
### Added
1115

1216
- Add explicit `__all__` configuration
@@ -97,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
97101

98102
- Validate type for generic collection fields
99103

100-
[Unreleased]: https://github.com/konradhalas/dacite/compare/v1.6.0...HEAD
104+
[Unreleased]: https://github.com/konradhalas/dacite/compare/v1.7.0...HEAD
105+
[1.7.0]: https://github.com/konradhalas/dacite/compare/v1.6.0...v1.7.0
101106
[1.6.0]: https://github.com/konradhalas/dacite/compare/v1.5.1...v1.6.0
102107
[1.5.1]: https://github.com/konradhalas/dacite/compare/v1.5.0...v1.5.1
103108
[1.5.0]: https://github.com/konradhalas/dacite/compare/v1.4.0...v1.5.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.6.0",
5+
version="1.7.0",
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)