Skip to content

Commit

Permalink
upgrade to latest hypothesis (3.7.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jab committed Mar 25, 2017
1 parent 76df49a commit 4a8e940
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -85,13 +85,13 @@ and proceed from there.
If you're reading this on GitHub, PyPI, in your code editor,
or in some other place that can't render/link the full docs properly,
you can find the bidict documentation on Read the Docs at:

`<https://bidict.readthedocs.io>`_

Also note: multiple versions of the documentation are published on Read the Docs,
and by default you will be taken to the version built from the master branch.
You can choose different versions from the pop-up menu in the lower-right.

If you have the `bidict source code <https://github.com/jab/bidict>`_ handy,
you can also browse the docs inside the ``docs`` directory,
and build them yourself by running ``make html`` from within that directory
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@ def from_file(filename, fallback):
tests_require = [
'coverage==4.3.4',
'flake8==3.2.1',
'hypothesis==3.6.1',
'hypothesis==3.7.0',
'hypothesis-pytest==0.19.0',
'py==1.4.31',
'pydocstyle==1.1.1',
Expand Down

0 comments on commit 4a8e940

Please sign in to comment.