Skip to content

Commit

Permalink
0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostofGoes committed Jul 16, 2024
1 parent cc65cdc commit 68c1482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**Announcement**: Compatibility with Python versions older than 3.7 (2.7, 3.4, 3.5, and 3.6) is deprecated and will be removed in getmac 1.0.0. If you are stuck on an unsupported Python, consider loosely pinning the version of this package in your dependency list, e.g. `getmac<1.0.0` or `getmac~=0.9.0`.

## 0.9.5 ()
## 0.9.5 (07/15/2024)

### Changed
* Fixed macOS arp when MAC has one character sections in specific cases (Fixes issue #92)
Expand Down
2 changes: 1 addition & 1 deletion getmac/getmac.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
if not log.handlers:
log.addHandler(logging.NullHandler())

__version__ = "0.9.4"
__version__ = "0.9.5"

PY2 = sys.version_info[0] == 2 # type: bool

Expand Down

0 comments on commit 68c1482

Please sign in to comment.