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

Commit 452e791

Browse files
Na'aman HirschfeldNa'aman Hirschfeld
Na'aman Hirschfeld
authored and
Na'aman Hirschfeld
committed
updated changelog and incremented patch version
1 parent 3090f9a commit 452e791

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3+
## v1.3.4 2020-02-27
4+
5+
* Resolve issue with drf-spectacular's use of "oneOf" to handle null enums.
6+
37
## v1.3.3 2020-02-25
48

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

711
## v1.3.2 2020-02-20
812

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "drf-openapi-tester"
3-
version = "1.3.3"
4-
description = "Django test utility for validating OpenAPI response documentation"
3+
version = "1.3.4"
4+
description = "Test utility for validating OpenAPI response documentation"
55
authors = ["Sondre Lillebø Gundersen <sondrelg@live.no>", "Na'aman Hirschfeld <nhirschfeld@gmail.com>"]
66
maintainers = ["Na'aman Hirschfeld <nhirschfeld@gmail.com>"]
77
license = "BSD-4-Clause"

0 commit comments

Comments
 (0)