Skip to content

Commit 4713998

Browse files
author
Travis CI User
committed
Bump version to 3.44.10 and update changelog
[skip ci]
1 parent 46a287c commit 4713998

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

RELEASE.rst

-4
This file was deleted.

docs/changes.rst

+7
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ Hypothesis APIs come in three flavours:
2121
You should generally assume that an API is internal unless you have specific
2222
information to the contrary.
2323

24+
--------------------
25+
3.44.10 - 2018-01-06
26+
--------------------
27+
28+
This patch avoids creating debug statements when debugging is disabled.
29+
Profiling suggests this is a 5-10% performance improvement (:issue:`1040`).
30+
2431
-------------------
2532
3.44.9 - 2018-01-06
2633
-------------------

src/hypothesis/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717

1818
from __future__ import division, print_function, absolute_import
1919

20-
__version_info__ = (3, 44, 9)
20+
__version_info__ = (3, 44, 10)
2121
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)