Skip to content

Commit

Permalink
Prepare release 0.3a1-3
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed May 22, 2021
1 parent f7811ee commit 1a54bb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.3a1-3 (2021-05-22)
++++++++++++++++++++
* Support Unix socket on Windows 10.
* Fix semaphore running in a different event loop bug.

0.3a1-2 (2021-04-29)
++++++++++++++++++++
* Handle ConnectionResetError.
Expand Down
2 changes: 1 addition & 1 deletion src/ndn/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3a1-2"
__version__ = "0.3a1-3"

0 comments on commit 1a54bb0

Please sign in to comment.