From 542ca50efd3998444bbca4c0ba36fa1b5f3edac3 Mon Sep 17 00:00:00 2001 From: Jack Smith Date: Fri, 3 Apr 2020 16:31:55 +0100 Subject: [PATCH] release/0.6.0 --- CHANGELOG.md | 5 ++++- statham/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b818953..e6803f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ Types of changes are: * **Fixed** for any bug fixes. ## [Unreleased] + +## [0.6.0] - 2020-04-03 ### Added * Added support for `not` keyword. * Added support for "tuple" definition of `items` keyword. @@ -165,7 +167,8 @@ Types of changes are: ## [0.0.0] Nothing here. -[Unreleased]: http://github.com/jacksmith15/statham-schema/compare/0.5.0..HEAD +[Unreleased]: http://github.com/jacksmith15/statham-schema/compare/0.6.0..HEAD +[0.6.0]: http://github.com/jacksmith15/statham-schema/compare/0.5.0..0.6.0 [0.5.0]: http://github.com/jacksmith15/statham-schema/compare/0.4.0..0.5.0 [0.4.0]: http://github.com/jacksmith15/statham-schema/compare/0.3.0..0.4.0 [0.3.0]: http://github.com/jacksmith15/statham-schema/compare/0.2.0..0.3.0 diff --git a/statham/__init__.py b/statham/__init__.py index 3d18726..906d362 100644 --- a/statham/__init__.py +++ b/statham/__init__.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.6.0"