From 862ed677b8af0b1619156d9871f67bd6d7fb0c2f Mon Sep 17 00:00:00 2001 From: Jack Smith Date: Fri, 21 Jul 2023 14:31:51 +0100 Subject: [PATCH] release/0.15.0 --- CHANGELOG.md | 5 ++++- statham/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a63fdd5..bc64485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ Types of changes are: ## [Unreleased] +## [0.15.0] - 2023-07-21 + ### Added * Added support for the `description` field, which will be mapped to class docstring for schemas with `"type": "object"`. @@ -276,7 +278,8 @@ Types of changes are: ## [0.0.0] Nothing here. -[Unreleased]: http://github.com/jacksmith15/statham-schema/compare/0.14.0..HEAD +[Unreleased]: http://github.com/jacksmith15/statham-schema/compare/0.15.0..HEAD +[0.15.0]: http://github.com/jacksmith15/statham-schema/compare/0.14.0..0.15.0 [0.14.0]: http://github.com/jacksmith15/statham-schema/compare/0.13.5..0.14.0 [0.13.5]: http://github.com/jacksmith15/statham-schema/compare/0.13.4..0.13.5 [0.13.4]: http://github.com/jacksmith15/statham-schema/compare/0.13.3..0.13.4 diff --git a/statham/__init__.py b/statham/__init__.py index 9e78220..9da2f8f 100644 --- a/statham/__init__.py +++ b/statham/__init__.py @@ -1 +1 @@ -__version__ = "0.14.0" +__version__ = "0.15.0"