We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561b275 commit 2002572Copy full SHA for 2002572
2 files changed
README.rst
@@ -69,6 +69,13 @@ every BSD, Linux and Mac OS.
69
Changelog
70
---------
71
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
79
v0.3.2 (2017-05-03)
80
^^^^^^^^^^^^^^^^^^^
81
* Support point-to-point veth pairs (See #6)
setup.py
@@ -37,7 +37,7 @@
37
author='Sebastian Schrader',
38
author_email='sebastian.schrader@ossmail.de',
39
url='https://github.com/sebschrader/python-arpreq',
40
- version='0.3.2',
+ version='0.3.3',
41
description="Query the Kernel ARP cache for the MAC address "
42
"corresponding to IP address",
43
long_description=readme,
0 commit comments