Skip to content

Commit

Permalink
Make 0.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebschrader committed Apr 9, 2022
1 parent 833925e commit 50d226b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,21 @@ specific addresses can be queried.
Changelog
---------

v0.3.4 (2021-12-21)
^^^^^^^^^^^^^^^^^^^
* Enable PEP-489 on PyPy3 5.8 and later
* Improve testing
* Move Debian packaging to separate branches
* Add docker-compose infrastructure for different manylinux variants
* Add ``arpreqb`` function, which returns the MAC as Python ``bytes`` object
* Support 8-byte/64-bit MAC addresses

v0.3.3 (2017-05-03)
^^^^^^^^^^^^^^^^^^^
* Disable PEP-489 on PyPy3
* Disable PyModule_GetState on PyPy3
* Provide a Debian package


v0.3.2 (2017-05-03)
^^^^^^^^^^^^^^^^^^^
* Support point-to-point veth pairs (See #6)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author='Sebastian Schrader',
author_email='[email protected]',
url='https://github.com/sebschrader/python-arpreq',
version='0.3.3',
version="0.3.4",
description="Query the Kernel ARP cache for the MAC address "
"corresponding to an IP address",
long_description=readme,
Expand Down

0 comments on commit 50d226b

Please sign in to comment.