Skip to content

Commit

Permalink
Bump hypothesis-python version to 3.75.3 and update changelog
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
DRMacIver committed Oct 9, 2018
1 parent 1379f18 commit 23bd21b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 0 additions & 4 deletions hypothesis-python/RELEASE.rst

This file was deleted.

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

.. _v3.75.3:

-------------------
3.75.3 - 2018-10-09
-------------------

This patch adds additional comments to some of the core engine's internal
data structures. There is no user-visible change.

.. _v3.75.2:

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

from __future__ import division, print_function, absolute_import

__version_info__ = (3, 75, 2)
__version_info__ = (3, 75, 3)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 23bd21b

Please sign in to comment.