Skip to content

Commit

Permalink
Release 0.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Feb 26, 2020
1 parent 2fdc76b commit 212ea6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/changelog.rst
Expand Up @@ -6,6 +6,9 @@ Changelog
`Unreleased`_
-------------

`0.24.5`_ - 2020-02-26
----------------------

Fixed
~~~~~

Expand Down Expand Up @@ -674,7 +677,8 @@ Fixed

- Initial public release

.. _Unreleased: https://github.com/kiwicom/schemathesis/compare/v0.24.4...HEAD
.. _Unreleased: https://github.com/kiwicom/schemathesis/compare/v0.24.5...HEAD
.. _0.24.5: https://github.com/kiwicom/schemathesis/compare/v0.24.4...v0.24.5
.. _0.24.4: https://github.com/kiwicom/schemathesis/compare/v0.24.3...v0.24.4
.. _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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "schemathesis"
version = "0.24.4"
version = "0.24.5"
description = "Hypothesis strategies for Open API / Swagger schemas"
keywords = ["pytest", "hypothesis", "openapi", "swagger", "testing"]
classifiers = [
Expand Down

0 comments on commit 212ea6e

Please sign in to comment.