Skip to content

Commit

Permalink
Bump version to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Jan 19, 2018
1 parent 7d9357f commit ee51ca1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion async_generator/_version.py
@@ -1 +1 @@
__version__ = "1.8+dev"
__version__ = "1.9"
7 changes: 5 additions & 2 deletions docs/source/history.rst
Expand Up @@ -5,10 +5,13 @@ Release history

.. towncrier release notes start
1.9 (future)
------------
1.9 (2018-01-19)
----------------

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

0 comments on commit ee51ca1

Please sign in to comment.