Skip to content

Commit 50d226b

Browse files
committed
Make 0.3.4 release
1 parent 833925e commit 50d226b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,21 @@ specific addresses can be queried.
116116
Changelog
117117
---------
118118

119+
v0.3.4 (2021-12-21)
120+
^^^^^^^^^^^^^^^^^^^
121+
* Enable PEP-489 on PyPy3 5.8 and later
122+
* Improve testing
123+
* Move Debian packaging to separate branches
124+
* Add docker-compose infrastructure for different manylinux variants
125+
* Add ``arpreqb`` function, which returns the MAC as Python ``bytes`` object
126+
* Support 8-byte/64-bit MAC addresses
127+
119128
v0.3.3 (2017-05-03)
120129
^^^^^^^^^^^^^^^^^^^
121130
* Disable PEP-489 on PyPy3
122131
* Disable PyModule_GetState on PyPy3
123132
* Provide a Debian package
124133

125-
126134
v0.3.2 (2017-05-03)
127135
^^^^^^^^^^^^^^^^^^^
128136
* Support point-to-point veth pairs (See #6)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author='Sebastian Schrader',
2828
author_email='[email protected]',
2929
url='https://github.com/sebschrader/python-arpreq',
30-
version='0.3.3',
30+
version="0.3.4",
3131
description="Query the Kernel ARP cache for the MAC address "
3232
"corresponding to an IP address",
3333
long_description=readme,

0 commit comments

Comments
 (0)