Version bump v0.7.1

This commit is contained in:
John Reese 2020-11-08 19:56:43 -08:00
parent 904ade143c
commit b94f4a6632
2 changed files with 17 additions and 2 deletions

View File

@ -1,6 +1,22 @@
aioitertools
============
v0.7.1
------
Bugfix release:
* Fix groupby() not working with empty iterables (#39)
* Tested on Python 3.9
```
$ git shortlog -s v0.7.0...v0.7.1
8 John Reese
1 Roger Aiudi
2 pyup-bot
```
v0.7.0
------
@ -164,4 +180,3 @@ $ git shortlog -s ce32bdb1777f84e8f64b9470d81b84b754389dd9...v0.1.0
1 John Reese
```

View File

@ -1 +1 @@
__version__ = "0.7.0"
__version__ = "0.7.1"