Skip to content

Commit

Permalink
Merge pull request #28 from Kintyre/setup-tweaks
Browse files Browse the repository at this point in the history
Minor packaging cleanups & Bump version 0.16
  • Loading branch information
benjaoming authored Jun 20, 2018
2 parents 91b9b49 + 6835e0e commit b6b6f2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ following:
Release notes
-------------

0.16
____

* Support for multiple IPv4 addresses in the new 'inet4' field
* Packaging cleanup

0.15
____
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
name='ifcfg',
version=ifcfg.__version__,
description="Python Ifconfig Wrapper for Unix/Linux/MacOSX",
long_description="Python Ifconfig Wrapper for Unix/Linux/MacOSX",
long_description=open("README.rst").read(),
keywords='',
author='Original author: BJ Dierkes',
author_email='info@learningequality.org',
url='https://github.com/learningequality/python-ifcfg',
url='https://github.com/ftao/python-ifcfg',
license='BSD',
packages=find_packages('src'),
package_dir={'': 'src'},
Expand Down
2 changes: 1 addition & 1 deletion src/ifcfg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from . import tools
from . import parser

__version__ = "0.15"
__version__ = "0.16"

Log = tools.minimal_logger(__name__)

Expand Down

0 comments on commit b6b6f2f

Please sign in to comment.