Skip to content

Commit 74b8aad

Browse files
committed
Prepare release 0.3
1 parent 7164512 commit 74b8aad

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
Latest (master)
5-
+++++++++++++++
4+
0.3 (2021-11-21)
5+
++++++++++++++++
66
* Add ``express_raw_interest`` function to ``NDNApp``.
77
* Add validator for known keys.
88
* Add CodeQL scanning.
@@ -50,7 +50,6 @@ Latest (master)
5050

5151
0.2b2 (2020-02-18)
5252
++++++++++++++++++
53-
5453
* Switch to Apache License 2.0.
5554
* Add NDNApp.get_original_packet_value.
5655
* Improve NDNApp.route and NDNApp.express_interest to give access the
@@ -62,5 +61,4 @@ Latest (master)
6261

6362
0.2b1 (2019-11-20)
6463
++++++++++++++++++
65-
6664
The initial release.

src/ndn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3a1-4"
1+
__version__ = "0.3"

0 commit comments

Comments
 (0)