Skip to content

Commit

Permalink
Releasing v0.10
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
David Sommerseth committed Jan 10, 2014
1 parent 8156c88 commit e52b663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpm/SPECS/python-ethtool.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Summary: Ethernet settings python bindings
Name: python-ethtool
Version: 0.9
Version: 0.10
Release: 1%{?dist}
URL: http://git.fedorahosted.org/cgit/python-ethtool.git
Source: https://fedorahosted.org/releases/p/y/python-ethtool/python-ethtool-%{version}.tar.bz2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import commands
import sys

version = '0.9'
version = '0.10'

def pkgconfig(pkg):
def _str2list(pkgstr, onlystr):
Expand Down

0 comments on commit e52b663

Please sign in to comment.