Skip to content

Commit

Permalink
chore: Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Jun 15, 2020
1 parent 2cda398 commit 7a55438
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Changelog
`Unreleased`_
-------------

`1.8.0`_ - 2020-06-15
---------------------

Fixed
~~~~~

Expand Down Expand Up @@ -1028,7 +1031,8 @@ Fixed

- Initial public release

.. _Unreleased: https://github.com/kiwicom/schemathesis/compare/v1.7.0...HEAD
.. _Unreleased: https://github.com/kiwicom/schemathesis/compare/v1.8.0...HEAD
.. _1.8.0: https://github.com/kiwicom/schemathesis/compare/v1.7.0...v1.8.0
.. _1.7.0: https://github.com/kiwicom/schemathesis/compare/v1.6.3...v1.7.0
.. _1.6.3: https://github.com/kiwicom/schemathesis/compare/v1.6.2...v1.6.3
.. _1.6.2: https://github.com/kiwicom/schemathesis/compare/v1.6.1...v1.6.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "schemathesis"
version = "1.7.0"
version = "1.8.0"
description = "Hypothesis strategies for Open API / Swagger schemas"
keywords = ["pytest", "hypothesis", "openapi", "swagger", "testing"]
classifiers = [
Expand Down

0 comments on commit 7a55438

Please sign in to comment.