Commit 85c8450 1 parent 42756c5 commit 85c8450 Copy full SHA for 85c8450
File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ Nothing yet.
11
+
12
+ ## [ 1.7.0] - 2022-12-22
13
+
10
14
### Added
11
15
12
16
- Add explicit ` __all__ ` configuration
@@ -97,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
97
101
98
102
- Validate type for generic collection fields
99
103
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
101
106
[ 1.6.0 ] : https://github.com/konradhalas/dacite/compare/v1.5.1...v1.6.0
102
107
[ 1.5.1 ] : https://github.com/konradhalas/dacite/compare/v1.5.0...v1.5.1
103
108
[ 1.5.0 ] : https://github.com/konradhalas/dacite/compare/v1.4.0...v1.5.0
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "dacite" ,
5
- version = "1.6 .0" ,
5
+ version = "1.7 .0" ,
6
6
description = "Simple creation of data classes from dictionaries." ,
7
7
long_description = open ("README.md" ).read (),
8
8
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments