Skip to content

Commit

Permalink
chore: Release 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Jun 13, 2021
1 parent 7ed2306 commit be2f772
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 @@ -4,6 +4,9 @@ Changelog
`Unreleased`_ - TBD
-------------------

`3.9.1`_ - 2021-06-13
---------------------

**Changed**

- ``ExecutionEvent.asdict`` adds the ``event_type`` field which is the event class name.
Expand Down Expand Up @@ -1880,7 +1883,8 @@ Deprecated

- Initial public release

.. _Unreleased: https://github.com/schemathesis/schemathesis/compare/v3.9.0...HEAD
.. _Unreleased: https://github.com/schemathesis/schemathesis/compare/v3.9.1...HEAD
.. _3.9.1: https://github.com/schemathesis/schemathesis/compare/v3.9.0...v3.9.1
.. _3.9.0: https://github.com/schemathesis/schemathesis/compare/v3.8.0...v3.9.0
.. _3.8.0: https://github.com/schemathesis/schemathesis/compare/v3.7.8...v3.8.0
.. _3.7.8: https://github.com/schemathesis/schemathesis/compare/v3.7.7...v3.7.8
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "schemathesis"
version = "3.9.0"
version = "3.9.1"
description = "Property-based testing framework for Open API and GraphQL based apps"
keywords = ["pytest", "hypothesis", "openapi", "swagger", "graphql", "testing"]
classifiers = [
Expand Down

0 comments on commit be2f772

Please sign in to comment.