Skip to content

Commit

Permalink
chore: Release 3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed May 7, 2021
1 parent 4e2114c commit b8bed68
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.6.5`_ - 2021-05-07
---------------------

**Added**

- Support for disabling ANSI color escape codes via the `NO_COLOR <https://no-color.org/>` environment variable or the ``--no-color`` CLI option. `#1153`_
Expand Down Expand Up @@ -1708,7 +1711,8 @@ Deprecated

- Initial public release

.. _Unreleased: https://github.com/schemathesis/schemathesis/compare/v3.6.4...HEAD
.. _Unreleased: https://github.com/schemathesis/schemathesis/compare/v3.6.5...HEAD
.. _3.6.5: https://github.com/schemathesis/schemathesis/compare/v3.6.4...v3.6.5
.. _3.6.4: https://github.com/schemathesis/schemathesis/compare/v3.6.3...v3.6.4
.. _3.6.3: https://github.com/schemathesis/schemathesis/compare/v3.6.2...v3.6.3
.. _3.6.2: https://github.com/schemathesis/schemathesis/compare/v3.6.1...v3.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 = "3.6.4"
version = "3.6.5"
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 b8bed68

Please sign in to comment.