Compare commits

..

No commits in common. "master" and "inoutdev" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
v1.1.0, 1 Mar 2023
v1.1.0, unreleased
Add Packet accessors for {indev, outdev, physindev, physoutdev} interface indices
v1.0.0, 14 Jan 2022

View File

@ -79,7 +79,7 @@ Before installing, ensure you have:
On Debian or Ubuntu, install these files with::
apt-get install build-essential python3-dev libnetfilter-queue-dev
apt-get install build-essential python-dev libnetfilter-queue-dev
From PyPI
---------

View File

@ -1,4 +1,4 @@
# This file is imported from __init__.py and exec'd from setup.py
__version__ = "1.1.0+dev"
VERSION = (1, 1, 0)
__version__ = "1.0.0+dev"
VERSION = (1, 0, 0)