Skip to content

Commit

Permalink
Merge pull request #63 from benjaoming/0.22
Browse files Browse the repository at this point in the history
Release 0.22
  • Loading branch information
benjaoming authored Sep 5, 2021
2 parents 4a45f5a + 89ad292 commit 0f26702
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ Before commiting and opening PRs, ensure that you have pre-commit hooks running:
Release notes
-------------

0.22
____

* Python 3.7 and 3.8 support #51 #53
* Default interface detection on Windows #25 #56
* New flags for unix `ip` command #61

0.21
____

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 parser, tools

__version__ = "0.21"
__version__ = "0.22"

Log = tools.minimal_logger(__name__)

Expand Down

0 comments on commit 0f26702

Please sign in to comment.