Skip to content

Commit

Permalink
Prepare for 0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Jul 2, 2021
1 parent 865d0ca commit 9083192
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@ Calling functions that are not supported will generally raise

## Changelog

### 0.3

- Fix `start_server` with an explicit socket.
- Update README with an example of aiohttp integration.

### 0.2

- Numerous fixes to make the fake sockets behave more like real ones.
Expand Down
4 changes: 2 additions & 2 deletions src/async_solipsism/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020 Bruce Merry
# Copyright 2020-2021 Bruce Merry
#
# This file is part of async-solipsism.
#
Expand All @@ -19,4 +19,4 @@
from .socket import * # noqa
from .loop import * # noqa

__version__ = '0.2'
__version__ = '0.3'

0 comments on commit 9083192

Please sign in to comment.