Skip to content

Commit

Permalink
Bump hypothesis-python version to 5.2.1 and update changelog
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
DRMacIver committed Jan 21, 2020
1 parent 8207f4c commit 0b9f04c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
6 changes: 0 additions & 6 deletions hypothesis-python/RELEASE.rst

This file was deleted.

11 changes: 11 additions & 0 deletions hypothesis-python/docs/changes.rst
Expand Up @@ -10,6 +10,17 @@ on `PyPI <https://pypi.org/project/hypothesis/>`__.
Hypothesis 5.x
==============

.. _v5.2.1:

------------------
5.2.1 - 2020-01-21
------------------

This patch reverts :ref:`version 5.2 <v5.2.0>`, due to a
`strange issue <https://github.com/numpy/numpy/issues/15363>`__
where indexing an array of strings can raise an error instead of
returning an item which contains certain surrogate characters.

.. _v5.2.0:

------------------
Expand Down
2 changes: 1 addition & 1 deletion hypothesis-python/src/hypothesis/version.py
Expand Up @@ -13,5 +13,5 @@
#
# END HEADER

__version_info__ = (5, 2, 0)
__version_info__ = (5, 2, 1)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 0b9f04c

Please sign in to comment.