Skip to content

Commit

Permalink
Bump hypothesis-python version to 5.25.0 and update changelog
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
DRMacIver committed Aug 16, 2020
1 parent 3ed5176 commit 9558848
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
13 changes: 0 additions & 13 deletions hypothesis-python/RELEASE.rst

This file was deleted.

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

.. _v5.25.0:

-------------------
5.25.0 - 2020-08-16
-------------------

Tired of writing tests? Or new to Hypothesis and not sure where to start?

This release is for you! With our new :doc:`Ghostwriter functions <ghostwriter>`
and :command:`hypothesis write ...` :ref:`command-line interface <hypothesis-cli>`,
you can stop writing tests entirely... or take the source code Hypothesis
writes for you as a starting point.

This has been in the works for months, from :issue:`2118` to versions
:ref:`5.18.3 <v5.18.3>`, :ref:`5.23.5 <v5.23.5>`, and :ref:`5.23.5 <v5.23.5>` -
particular thanks to the many people who reviewed pull requests or commented on
demos, and to Timothy Crosley's :pypi:`hypothesis-auto` project for inspiration.

.. _v5.24.4:

-------------------
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, 24, 4)
__version_info__ = (5, 25, 0)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 9558848

Please sign in to comment.