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 7164512 commit 74b8aadCopy full SHA for 74b8aad
CHANGELOG.rst
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-Latest (master)
5
-+++++++++++++++
+0.3 (2021-11-21)
+++++++++++++++++
6
* Add ``express_raw_interest`` function to ``NDNApp``.
7
* Add validator for known keys.
8
* Add CodeQL scanning.
@@ -50,7 +50,6 @@ Latest (master)
50
51
0.2b2 (2020-02-18)
52
++++++++++++++++++
53
-
54
* Switch to Apache License 2.0.
55
* Add NDNApp.get_original_packet_value.
56
* Improve NDNApp.route and NDNApp.express_interest to give access the
@@ -62,5 +61,4 @@ Latest (master)
62
61
63
0.2b1 (2019-11-20)
64
65
66
The initial release.
src/ndn/__init__.py
@@ -1 +1 @@
-__version__ = "0.3a1-4"
+__version__ = "0.3"
0 commit comments