From 8d14427e36d5baa7de8dcc9b58e12f11d3bb1d60 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Sun, 3 May 2020 22:22:18 +0200 Subject: [PATCH] chore: Release 1.4.0 --- 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 8d43d1d34c..c564de4a2c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,9 @@ Changelog `Unreleased`_ ------------- +`1.4.0`_ - 2020-05-03 +--------------------- + Added ~~~~~ @@ -929,7 +932,8 @@ Fixed - Initial public release -.. _Unreleased: https://github.com/kiwicom/schemathesis/compare/v1.3.4...HEAD +.. _Unreleased: https://github.com/kiwicom/schemathesis/compare/v1.4.0...HEAD +.. _1.4.0: https://github.com/kiwicom/schemathesis/compare/v1.3.4...v1.4.0 .. _1.3.4: https://github.com/kiwicom/schemathesis/compare/v1.3.3...v1.3.4 .. _1.3.3: https://github.com/kiwicom/schemathesis/compare/v1.3.2...v1.3.3 .. _1.3.2: https://github.com/kiwicom/schemathesis/compare/v1.3.1...v1.3.2 diff --git a/pyproject.toml b/pyproject.toml index 68b7b1c15f..2d19eb20dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "schemathesis" -version = "1.3.4" +version = "1.4.0" description = "Hypothesis strategies for Open API / Swagger schemas" keywords = ["pytest", "hypothesis", "openapi", "swagger", "testing"] classifiers = [