Skip to content

Commit 68c1482

Browse files
committed
0.9.5
1 parent cc65cdc commit 68c1482

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**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`.
66

7-
## 0.9.5 ()
7+
## 0.9.5 (07/15/2024)
88

99
### Changed
1010
* Fixed macOS arp when MAC has one character sections in specific cases (Fixes issue #92)

getmac/getmac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
if not log.handlers:
5757
log.addHandler(logging.NullHandler())
5858

59-
__version__ = "0.9.4"
59+
__version__ = "0.9.5"
6060

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

0 commit comments

Comments
 (0)