Skip to content

Commit

Permalink
Bump hypothesis-python version to 5.35.0 and update changelog
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
DRMacIver committed Sep 11, 2020
1 parent 0b43ec2 commit 0a5dc9c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 0 additions & 3 deletions hypothesis-python/RELEASE.rst

This file was deleted.

8 changes: 8 additions & 0 deletions hypothesis-python/docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ on `PyPI <https://pypi.org/project/hypothesis/>`__.
Hypothesis 5.x
==============

.. _v5.35.0:

-------------------
5.35.0 - 2020-09-11
-------------------

The :func:`~hypothesis.target` function now accepts integers as well as floats.

.. _v5.34.1:

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

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

0 comments on commit 0a5dc9c

Please sign in to comment.