Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
Bumped versions for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
al45tair committed Jan 2, 2019
1 parent 2d09bb1 commit 4fa0e31
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
@@ -1,3 +1,14 @@
2019-01-02 Version 0.10.8

* Fixed a bug that in certain circumstances could lead to an infinite
loop in netifaces.gateways() (thanks asomers).
* Fixed a memory management bug in an error path (thanks NicoPy).

2018-05-08 Version 0.10.7

* Added LICENSE file
* Automated Windows builds via AppVeyor.

2017-06-01 Version 0.10.6

* Fixed netmask determination on Windows.
Expand Down
6 changes: 3 additions & 3 deletions README.rst
@@ -1,4 +1,4 @@
netifaces 0.10.7
netifaces 0.10.8
================

+-------------+------------------+
Expand Down Expand Up @@ -34,8 +34,8 @@ This package attempts to solve that problem.

First you need to install it, which you can do by typing::

tar xvzf netifaces-0.10.7.tar.gz
cd netifaces-0.10.7
tar xvzf netifaces-0.10.8.tar.gz
cd netifaces-0.10.8
python setup.py install

**Note that you will need the relevant developer tools for your platform**,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@ def output(*args, **kwargs):

output = getattr(builtins, 'print', lambda x: True)

__version__ = "0.10.7"
__version__ = "0.10.8"

# Disable hard links, otherwise building distributions fails on OS X
try:
Expand Down

0 comments on commit 4fa0e31

Please sign in to comment.