Skip to content

Commit

Permalink
chore: Release 3.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Feb 16, 2022
1 parent 21622f5 commit 38a582e
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 @@ -4,6 +4,9 @@ Changelog
`Unreleased`_ - TBD
-------------------

`3.13.2`_ - 2022-02-16
----------------------

**Changed**

- Use Schemathesis default User-Agent when communicating with SaaS.
Expand Down Expand Up @@ -2130,7 +2133,8 @@ Deprecated

- Initial public release

.. _Unreleased: https://github.com/schemathesis/schemathesis/compare/v3.13.1...HEAD
.. _Unreleased: https://github.com/schemathesis/schemathesis/compare/v3.13.2...HEAD
.. _3.13.2: https://github.com/schemathesis/schemathesis/compare/v3.13.1...v3.13.2
.. _3.13.1: https://github.com/schemathesis/schemathesis/compare/v3.13.0...v3.13.1
.. _3.13.0: https://github.com/schemathesis/schemathesis/compare/v3.12.3...v3.13.0
.. _3.12.3: https://github.com/schemathesis/schemathesis/compare/v3.12.2...v3.12.3
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 = "3.13.1"
version = "3.13.2"
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 38a582e

Please sign in to comment.