From 342149de7bb9c9628091f78cadf4526cb97ddd73 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Mon, 10 Feb 2020 20:38:35 +0100 Subject: [PATCH] Release 0.24.3 --- docs/changelog.rst | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1a31e5f13f..cd3670e1b2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,9 @@ Changelog `Unreleased`_ ------------- +`0.24.3`_ - 2020-02-10 +---------------------- + Fixed ~~~~~ @@ -658,7 +661,8 @@ Fixed - Initial public release -.. _Unreleased: https://github.com/kiwicom/schemathesis/compare/v0.24.2...HEAD +.. _Unreleased: https://github.com/kiwicom/schemathesis/compare/v0.24.3...HEAD +.. _0.24.3: https://github.com/kiwicom/schemathesis/compare/v0.24.2...v0.24.3 .. _0.24.2: https://github.com/kiwicom/schemathesis/compare/v0.24.1...v0.24.2 .. _0.24.1: https://github.com/kiwicom/schemathesis/compare/v0.24.0...v0.24.1 .. _0.24.0: https://github.com/kiwicom/schemathesis/compare/v0.23.7...v0.24.0 diff --git a/pyproject.toml b/pyproject.toml index f4bf6bebff..59cbea194a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "schemathesis" -version = "0.24.2" +version = "0.24.3" description = "Hypothesis strategies for Open API / Swagger schemas" keywords = ["pytest", "hypothesis", "openapi", "swagger", "testing"] classifiers = [