diff --git a/hypothesis-python/RELEASE.rst b/hypothesis-python/RELEASE.rst deleted file mode 100644 index 402a1edbba..0000000000 --- a/hypothesis-python/RELEASE.rst +++ /dev/null @@ -1,3 +0,0 @@ -RELEASE_TYPE: patch - -This patch updates our autoformatting tools, improving our code style without any API changes. diff --git a/hypothesis-python/docs/changes.rst b/hypothesis-python/docs/changes.rst index d4ac4a6ad6..56b61ce9b2 100644 --- a/hypothesis-python/docs/changes.rst +++ b/hypothesis-python/docs/changes.rst @@ -18,6 +18,14 @@ Hypothesis 6.x .. include:: ../RELEASE.rst +.. _v6.14.3: + +------------------- +6.14.3 - 2021-07-18 +------------------- + +This patch updates our autoformatting tools, improving our code style without any API changes. + .. _v6.14.2: ------------------- diff --git a/hypothesis-python/src/hypothesis/version.py b/hypothesis-python/src/hypothesis/version.py index fbb2844406..35d5434bb3 100644 --- a/hypothesis-python/src/hypothesis/version.py +++ b/hypothesis-python/src/hypothesis/version.py @@ -13,5 +13,5 @@ # # END HEADER -__version_info__ = (6, 14, 2) +__version_info__ = (6, 14, 3) __version__ = ".".join(map(str, __version_info__))