Skip to content

Commit 2002572

Browse files
committed
Release v0.3.3
1 parent 561b275 commit 2002572

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.rst

+7
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ every BSD, Linux and Mac OS.
6969
Changelog
7070
---------
7171

72+
v0.3.3 (2017-05-03)
73+
^^^^^^^^^^^^^^^^^^^
74+
* Disable PEP-489 on PyPy3
75+
* Disable PyModule_GetState on PyPy3
76+
* Provide a Debian package
77+
78+
7279
v0.3.2 (2017-05-03)
7380
^^^^^^^^^^^^^^^^^^^
7481
* Support point-to-point veth pairs (See #6)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
author='Sebastian Schrader',
3838
author_email='[email protected]',
3939
url='https://github.com/sebschrader/python-arpreq',
40-
version='0.3.2',
40+
version='0.3.3',
4141
description="Query the Kernel ARP cache for the MAC address "
4242
"corresponding to IP address",
4343
long_description=readme,

0 commit comments

Comments
 (0)