Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

0.14
----
Wed Sep 12 2018 Miro Hrončok <mhroncok@redhat.com>

- Declared project as bugfix only from now on
- Support Python 3.7
- Fix important issues reported by static analysis
- Fix installation on non-UTF-8 locales on Python 3.5 and 3.6
- Added set_gso(), get_gro() and set_gro() functions
- Added installation instructions

0.13
----
Tue Jun 13 2017 Miro Hrončok <mhroncok@redhat.com>
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
except ImportError:
import subprocess as commands

version = '0.13'
version = '0.14'


class PkgConfigExtension(Extension):
Expand Down Expand Up @@ -114,6 +114,7 @@ def libraries(self, value):
keywords='network networking ethernet tool ethtool',

classifiers=[
'Development Status :: 7 - Inactive',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'Operating System :: POSIX :: Linux',
Expand Down