File tree Expand file tree Collapse file tree 5 files changed +10
-2
lines changed Expand file tree Collapse file tree 5 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 77* Junxiao Shi <https://yoursunny.com>
88* Tianyuan Yu <https://www.tianyuan-yu.com/>
99* Alwin Kahlert <https://github.com/akamos>
10+ * Dylan Hensley
1011
1112Anonymous Contributors
1213======================
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 0.3-3 (2023-05-26)
5+ ++++++++++++++++++
6+ * Add NDNAppv2
7+ * Add NDN-DPDK Support
8+ * encoding: Add MapField
9+
4100.3-2 (2022-06-11)
511++++++++++++++++++
612* Bug fix.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ To setup a traditional python3 virtual environment with editable installation:
2323
2424 python3 -m venv venv
2525 . venv/bin/activate
26- pip3 install -e " .[dev]"
26+ pip3 install -e " .[dev,pyca ]"
2727
2828 Run all tests:
2929
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ classifiers =
2424 Programming Language :: Python :: 3.9
2525 Programming Language :: Python :: 3.10
2626 Programming Language :: Python :: 3.11
27+ Programming Language :: Python :: 3.12
2728
2829[options]
2930package_dir =
Original file line number Diff line number Diff line change 1- __version__ = "0.3-2 "
1+ __version__ = "0.3-3 "
You can’t perform that action at this time.
0 commit comments