Skip to content

Commit

Permalink
chore: Release 3.28.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
  • Loading branch information
Stranger6667 committed May 10, 2024
1 parent 8c6e6fb commit e33fac8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/changelog.rst
@@ -1,9 +1,14 @@
Changelog
=========

:version:`Unreleased <v3.27.1...HEAD>` - TBD
:version:`Unreleased <v3.28.0...HEAD>` - TBD
--------------------------------------------

.. _v3.28.0:

:version:`3.28.0 <v3.27.1...v3.28.0>` - 2024-05-10
--------------------------------------------------

**Added**

- ``Request.deserialize_body`` and ``Response.deserialize_body`` helper methods to deserialize payloads to bytes from Base 64.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "schemathesis"
version = "3.27.1"
version = "3.28.0"
description = "Property-based testing framework for Open API and GraphQL based apps"
keywords = ["pytest", "hypothesis", "openapi", "graphql", "testing"]
authors = [{ name = "Dmitry Dygalo", email = "dmitry@dygalo.dev" }]
Expand Down

0 comments on commit e33fac8

Please sign in to comment.