Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostofGoes committed Oct 7, 2018
1 parent f4297fe commit f98f47e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# DEV (xx/xx/2018)

## Dev
* Added unit tests for the samples (Credit: @Frizz925)


# 0.6.0 (10/06/2018)

## Added
* Windows default interface detection if `network_request` is enabled (Credit: @cyberhobbes)
* Docker container (Credit: @Komish)
Expand All @@ -20,7 +26,6 @@ breaks some useful language features, such as `__future__`
them would have no actual effect on execution. Instead, use `getmac.getmac.DEBUG`.

## Dev
* Added unit tests for the samples (Credit: @Frizz925)
* Added example videos demonstrating usage (Credit: @fortunate-man)
* Added contribution guide
* Added documentation on ReadTheDocs
Expand Down
4 changes: 3 additions & 1 deletion docs/man/getmac.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "GETMAC" "1" "Oct 06, 2018" "0.5.0" "getmac"
.TH "GETMAC" "1" "Oct 06, 2018" "0.6.0" "getmac"
.SH NAME
getmac \- Cross-platform Python package to get MAC addresses
.
Expand Down Expand Up @@ -354,6 +354,8 @@ Christopher Goes (@ghostofgoes) \- Author and maintainer
.IP \(bu 2
Calvin Tran (@cyberhobbes) \- Windows interface detection improvements
.IP \(bu 2
Izra Faturrahman (@Frizz925) \- Unit tests using the platform samples
.IP \(bu 2
Jose Gonzalez (@Komish) \- Docker container and Docker testing
.IP \(bu 2
@fortunate\-man \- Awesome usage videos
Expand Down
2 changes: 1 addition & 1 deletion getmac/getmac.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
except ImportError:
DEVNULL = open(os.devnull, 'wb') # Py2

__version__ = '0.5.0'
__version__ = '0.6.0'
DEBUG = 0
PORT = 55555

Expand Down

0 comments on commit f98f47e

Please sign in to comment.