Skip to content

Commit

Permalink
Updating readme and version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brona committed Jul 26, 2020
1 parent 2791050 commit 3377b24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,13 @@ Goal of this utility is to provide compatible CLI with [iproute2](http://www.pol

## Supported Mac OS X versions (Tested)

* macOS Catalina 10.15 (19A583, Python 2.7.16)
* macOS Catalina 10.15

## Changelog

**v1.3.0**
* Migrated to Python 3

**v1.2.3**
* Fixed `ip route` for Mac OS X Catalina (Thanks @jiegec)
* `ip route` now returns host addresses (Thanks @crvv)
Expand Down
2 changes: 1 addition & 1 deletion src/ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import socket

# Version
VERSION = '1.2.3'
VERSION = '1.3.0'

# Utilities
SUDO = '/usr/bin/sudo'
Expand Down

0 comments on commit 3377b24

Please sign in to comment.