Skip to content

Commit eb245cb

Browse files
author
Travis CI User
committed
Bump version to 3.44.9 and update changelog
[skip ci]
1 parent f85b2ed commit eb245cb

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

RELEASE.rst

-7
This file was deleted.

docs/changes.rst

+10
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ 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.9 - 2018-01-06
26+
-------------------
27+
28+
This patch blacklists null characters (``'\x00'``) in automatically created
29+
strategies for Django :obj:`~django:django.db.models.CharField` and
30+
:obj:`~django:django.db.models.TextField`, due to a database issue which
31+
`was recently fixed upstream <https://code.djangoproject.com/ticket/28201>`_
32+
(Hypothesis :issue:`1045`).
33+
2434
-------------------
2535
3.44.8 - 2018-01-06
2636
-------------------

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, 8)
20+
__version_info__ = (3, 44, 9)
2121
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)