We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1882d69 commit 4d205eaCopy full SHA for 4d205ea
CHANGELOG.rst
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-Master -- (latest)
5
-++++++++++++++++++
+0.2b2-1 (2020-03-23)
+++++++++++++++++++++
6
* Fix RuntimeWarning for hanging coroutine when main_loop raises an exception.
7
* Fix the issue when after_start throws an exception, the application gets stuck.
8
* Set raw_packet of express_interest and on_interest to be the whole packet with TL fields.
src/ndn/__init__.py
@@ -1 +1 @@
-__version__ = "0.2b2"
+__version__ = "0.2b2-1"
0 commit comments