Skip to content

Commit

Permalink
chore: Release 2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Nov 13, 2020
1 parent 700cd8f commit 5178887
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
-------------------

`2.7.7`_ - 2020-11-13
---------------------

**Fixed**

- Missed ``headers`` in ``Endpoint.partial_deepcopy``.
Expand Down Expand Up @@ -1385,7 +1388,8 @@ Deprecated

- Initial public release

.. _Unreleased: https://github.com/schemathesis/schemathesis/compare/v2.7.6...HEAD
.. _Unreleased: https://github.com/schemathesis/schemathesis/compare/v2.7.7...HEAD
.. _2.7.7: https://github.com/schemathesis/schemathesis/compare/v2.7.6...v2.7.7
.. _2.7.6: https://github.com/schemathesis/schemathesis/compare/v2.7.5...v2.7.6
.. _2.7.5: https://github.com/schemathesis/schemathesis/compare/v2.7.4...v2.7.5
.. _2.7.4: https://github.com/schemathesis/schemathesis/compare/v2.7.3...v2.7.4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "schemathesis"
version = "2.7.6"
version = "2.7.7"
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 5178887

Please sign in to comment.