From d2206b2e4711859da0ea5862c395940f33693e80 Mon Sep 17 00:00:00 2001 From: konradhalas Date: Mon, 30 Nov 2020 09:28:19 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de11c2a..50d5632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.6.0] - 2020-11-30 ### Added @@ -79,7 +79,7 @@ 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.5.1...HEAD +[1.6.0]: https://github.com/konradhalas/dacite/compare/v1.5.1...v1.6.0 [1.5.1]: https://github.com/konradhalas/dacite/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/konradhalas/dacite/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/konradhalas/dacite/compare/v1.3.0...v1.4.0 diff --git a/setup.py b/setup.py index 14966d9..89c86c5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="dacite", - version="1.5.1", + version="1.6.0", description="Simple creation of data classes from dictionaries.", long_description=open("README.md").read(), long_description_content_type="text/markdown",