Skip to content

Commit 8a85265

Browse files
committed
Prepare release 0.3-3
1 parent d4879ac commit 8a85265

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Authors
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

1112
Anonymous Contributors
1213
======================

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
0.3-3 (2023-05-26)
5+
++++++++++++++++++
6+
* Add NDNAppv2
7+
* Add NDN-DPDK Support
8+
* encoding: Add MapField
9+
410
0.3-2 (2022-06-11)
511
++++++++++++++++++
612
* Bug fix.

docs/src/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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]
2930
package_dir =

src/ndn/__init__.py

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

0 commit comments

Comments
 (0)