Skip to content

Commit ee51ca1

Browse files
committed
Bump version to 1.9
1 parent 7d9357f commit ee51ca1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

async_generator/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.8+dev"
1+
__version__ = "1.9"

docs/source/history.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ Release history
55

66
.. towncrier release notes start
77
8-
1.9 (future)
9-
------------
8+
1.9 (2018-01-19)
9+
----------------
1010

1111
* Add :func:`asynccontextmanager`
12+
* When a partially-exhausted ``async_generator`` is garbage collected,
13+
the warning printed now includes the generator's name to help you
14+
track it down.
1215
* Move under the auspices of the Trio project
1316
* This includes a license change from MIT → dual MIT+Apache2
1417
* Various changes to project organization to match Trio project standard

0 commit comments

Comments
 (0)