We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e976f commit 9b9ae43Copy full SHA for 9b9ae43
CHANGES.rst
@@ -1,6 +1,18 @@
1
Changelog
2
=========
3
4
+0.13
5
+----
6
+Tue Jun 13 2017 Miro Hrončok <mhroncok@redhat.com>
7
+
8
+- First release on PyPI
9
+- Supports both Python 2.7 and 3.5+
10
+- Dropped support for Python 2.6
11
+- Upstream URL changed to https://github.com/fedora-python/python-ethtool
12
+- Introduced a basic README file
13
+- PEP7 and PEP8 (code style) improvements
14
+- Fix compilation errors on modern Fedoras
15
16
0.12
17
----
18
Tue Mar 21 2017 Charalampos Stratakis <cstratak@redhat.com>
setup.py
@@ -11,7 +11,7 @@
except ImportError:
import subprocess as commands
-version = '0.12'
+version = '0.13'
class PkgConfigExtension(Extension):
0 commit comments