Skip to content

Commit d59a9e0

Browse files
author
Travis CI User
committed
Bump version to 3.44.17 and update changelog
[skip ci]
1 parent f3ea888 commit d59a9e0

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

RELEASE.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/changes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ 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.17 - 2018-01-15
26+
--------------------
27+
28+
This release fixes a typo in internal documentation, and has no user-visible impact.
29+
2430
--------------------
2531
3.44.16 - 2018-01-13
2632
--------------------

src/hypothesis/version.py

Lines changed: 1 addition & 1 deletion
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, 16)
20+
__version_info__ = (3, 44, 17)
2121
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)