Skip to content

Commit e52b663

Browse files
author
David Sommerseth
committed
Releasing v0.10
This is more like a test release, to get these last changes out in the field. And it will help debugging issues later on too, if there are some issues with this rewrite. Signed-off-by: David Sommerseth <davids@redhat.com>
1 parent 8156c88 commit e52b663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rpm/SPECS/python-ethtool.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Summary: Ethernet settings python bindings
55
Name: python-ethtool
6-
Version: 0.9
6+
Version: 0.10
77
Release: 1%{?dist}
88
URL: http://git.fedorahosted.org/cgit/python-ethtool.git
99
Source: https://fedorahosted.org/releases/p/y/python-ethtool/python-ethtool-%{version}.tar.bz2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import commands
55
import sys
66

7-
version = '0.9'
7+
version = '0.10'
88

99
def pkgconfig(pkg):
1010
def _str2list(pkgstr, onlystr):

0 commit comments

Comments
 (0)