Skip to content

Commit

Permalink
Prepare release 0.3-3
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed May 27, 2023
1 parent d4879ac commit 8a85265
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Authors
* Junxiao Shi <https://yoursunny.com>
* Tianyuan Yu <https://www.tianyuan-yu.com/>
* Alwin Kahlert <https://github.com/akamos>
* Dylan Hensley

Anonymous Contributors
======================
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.3-3 (2023-05-26)
++++++++++++++++++
* Add NDNAppv2
* Add NDN-DPDK Support
* encoding: Add MapField

0.3-2 (2022-06-11)
++++++++++++++++++
* Bug fix.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To setup a traditional python3 virtual environment with editable installation:
python3 -m venv venv
. venv/bin/activate
pip3 install -e ".[dev]"
pip3 install -e ".[dev,pyca]"
Run all tests:

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
package_dir =
Expand Down
2 changes: 1 addition & 1 deletion src/ndn/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3-2"
__version__ = "0.3-3"

0 comments on commit 8a85265

Please sign in to comment.