File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 1.6.0 ] - 2020-11-30
99
1010### Added
1111
@@ -79,7 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7979
8080- Validate type for generic collection fields
8181
82- [ Unreleased ] : https://github.com/konradhalas/dacite/compare/v1.5.1...HEAD
82+ [ 1.6.0 ] : https://github.com/konradhalas/dacite/compare/v1.5.1...v1.6.0
8383[ 1.5.1 ] : https://github.com/konradhalas/dacite/compare/v1.5.0...v1.5.1
8484[ 1.5.0 ] : https://github.com/konradhalas/dacite/compare/v1.4.0...v1.5.0
8585[ 1.4.0 ] : https://github.com/konradhalas/dacite/compare/v1.3.0...v1.4.0
Original file line number Diff line number Diff line change 22
33setup (
44 name = "dacite" ,
5- version = "1.5.1 " ,
5+ version = "1.6.0 " ,
66 description = "Simple creation of data classes from dictionaries." ,
77 long_description = open ("README.md" ).read (),
88 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments