Skip to content

Commit

Permalink
Bump hypothesis-python version to 3.78.0 and update changelog
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
DRMacIver committed Oct 16, 2018
1 parent 6c2c154 commit 95a7386
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
7 changes: 0 additions & 7 deletions hypothesis-python/RELEASE.rst

This file was deleted.

12 changes: 12 additions & 0 deletions hypothesis-python/docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ Hypothesis APIs come in three flavours:
You should generally assume that an API is internal unless you have specific
information to the contrary.

.. _v3.78.0:

-------------------
3.78.0 - 2018-10-16
-------------------

This release has deprecated the generation of integers, floats and fractions
when the conversion of the upper and/ or lower bound is not 100% exact, e.g.
when an integer gets passed a bound that is not a whole number. (:issue:`1625`)

Thanks to Felix Grünewald for this patch during Hacktoberfest 2018.

.. _v3.77.0:

-------------------
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 @@ -17,5 +17,5 @@

from __future__ import division, print_function, absolute_import

__version_info__ = (3, 77, 0)
__version_info__ = (3, 78, 0)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 95a7386

Please sign in to comment.