Skip to content

Commit

Permalink
Bump version to 3.30.3 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Sep 25, 2017
1 parent b3d7c03 commit 15c63eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 0 additions & 5 deletions RELEASE.rst

This file was deleted.

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

-------------------
3.30.3 - 2017-09-25
-------------------

This release fixes some formatting and small typos/grammar issues in the
documentation, specifically the page docs/details.rst, and some inline
docs linked from there.

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

from __future__ import division, print_function, absolute_import

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

0 comments on commit 15c63eb

Please sign in to comment.