Skip to content

Commit

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

This file was deleted.

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

.. _v4.35.0:

-------------------
4.35.0 - 2019-09-04
-------------------

This release improves the :func:`~hypothesis.extra.lark.from_lark` strategy,
tightening argument validation and adding the ``explicit`` argument to allow use
with terminals that use ``@declare`` instead of a string or regular expression.

This feature is required to handle features such as indent and dedent tokens
in Python code, which can be generated with the :pypi:`hypothesmith` package.

.. _v4.34.0:

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

from __future__ import absolute_import, division, print_function

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

0 comments on commit 6ac1eef

Please sign in to comment.