From 42fc446e27178e63ef1c078a7f786f4e2e41d5bc Mon Sep 17 00:00:00 2001 From: Zac Hatfield-Dodds Date: Wed, 19 Apr 2023 15:12:30 -0600 Subject: [PATCH] Create RELEASE.rst --- hypothesis-python/RELEASE.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hypothesis-python/RELEASE.rst diff --git a/hypothesis-python/RELEASE.rst b/hypothesis-python/RELEASE.rst new file mode 100644 index 0000000000..cb0fdfffbc --- /dev/null +++ b/hypothesis-python/RELEASE.rst @@ -0,0 +1,3 @@ +RELEASE_TYPE: patch + +This patch fixes some documentation and prepares for future features.