Skip to content

Commit

Permalink
asyncio-dgram-2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbronder committed Dec 23, 2021
1 parent 5c18ee7 commit d5d230d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2.1.1:
- Fixed type-hint for DatagramStream's drained parameter. Thanks to
spumer for the report.
https://github.com/jsbronder/asyncio-dgram/issues/11

2.1.0:
- Type hints added
- DatagramStream.send() renamed to DatagramStream._send(). This should be
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@ def readfile(f):

setuptools.setup(
name="asyncio-dgram",
version="2.1.0",
version="2.1.1",
description="Higher level Datagram support for Asyncio",
long_description=readfile("README.md"),
url="https://github.com/jsbronder/asyncio-dgram",
Expand Down

0 comments on commit d5d230d

Please sign in to comment.