Skip to content

Commit

Permalink
chore: Release 3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Oct 18, 2023
1 parent cd5adf3 commit a223573
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog
`Unreleased`_ - TBD
-------------------

.. _v3.20.0:

`3.20.0`_ - 2023-10-18
----------------------

**Added**

- Support for ``application/xml`` serialization based on Open API schema definitions. `#733`_
Expand Down Expand Up @@ -3241,7 +3246,8 @@ Deprecated

- Initial public release

.. _Unreleased: https://github.com/schemathesis/schemathesis/compare/v3.19.7...HEAD
.. _Unreleased: https://github.com/schemathesis/schemathesis/compare/v3.20.0...HEAD
.. _3.20.0: https://github.com/schemathesis/schemathesis/compare/v3.19.7...v3.20.0
.. _3.19.7: https://github.com/schemathesis/schemathesis/compare/v3.19.6...v3.19.7
.. _3.19.6: https://github.com/schemathesis/schemathesis/compare/v3.19.5...v3.19.6
.. _3.19.5: https://github.com/schemathesis/schemathesis/compare/v3.19.4...v3.19.5
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "schemathesis"
version = "3.19.7"
version = "3.20.0"
description = "Property-based testing framework for Open API and GraphQL based apps"
keywords = ["pytest", "hypothesis", "openapi", "swagger", "graphql", "testing"]
authors = [{ name = "Dmitry Dygalo", email = "dadygalo@gmail.com" }]
Expand Down

0 comments on commit a223573

Please sign in to comment.