Skip to content

Commit 37b37f9

Browse files
committed
Release version 0.14, add CHANGES.rst entry
Fixes #49 Merges #51
1 parent f6c5041 commit 37b37f9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
0.14
5+
----
6+
Wed Sep 12 2018 Miro Hrončok <mhroncok@redhat.com>
7+
8+
- Declared project as bugfix only from now on
9+
- Support Python 3.7
10+
- Fix important issues reported by static analysis
11+
- Fix installation on non-UTF-8 locales on Python 3.5 and 3.6
12+
- Added set_gso(), get_gro() and set_gro() functions
13+
- Added installation instructions
14+
415
0.13
516
----
617
Tue Jun 13 2017 Miro Hrončok <mhroncok@redhat.com>

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
except ImportError:
1313
import subprocess as commands
1414

15-
version = '0.13'
15+
version = '0.14'
1616

1717

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

116116
classifiers=[
117+
'Development Status :: 7 - Inactive',
117118
'Intended Audience :: Developers',
118119
'Intended Audience :: System Administrators',
119120
'Operating System :: POSIX :: Linux',

0 commit comments

Comments
 (0)