Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
updated changelog and incremented patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Na'aman Hirschfeld authored and Na'aman Hirschfeld committed Feb 27, 2021
1 parent 3090f9a commit 452e791
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## v1.3.4 2020-02-27

* Resolve issue with drf-spectacular's use of "oneOf" to handle null enums.

## v1.3.3 2020-02-25

* Replace Python 3.8+ functools feature with builtin Django equivalent
* Replace Python 3.8+ functools.cache_property with the Django builtin version to ensure Python 3.6 comp.

## v1.3.2 2020-02-20

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "drf-openapi-tester"
version = "1.3.3"
description = "Django test utility for validating OpenAPI response documentation"
version = "1.3.4"
description = "Test utility for validating OpenAPI response documentation"
authors = ["Sondre Lillebø Gundersen <[email protected]>", "Na'aman Hirschfeld <[email protected]>"]
maintainers = ["Na'aman Hirschfeld <[email protected]>"]
license = "BSD-4-Clause"
Expand Down

0 comments on commit 452e791

Please sign in to comment.