File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# DHCP Python Changelog
22
3+ ## 0.1.4 (Mar 30 2021)
4+
5+ * Merges (PR #6 )[ https://github.com/vfrazao-ns1/dhcppython/pull/6 ] fixing a bug where MAC addresses were stripped from of 0 bytes from both ends
6+
7+
38## 0.1.3 (Aug 19 2020)
49
510* Merges (PR #4 )[ https://github.com/vfrazao-ns1/dhcppython/pull/4 ] which extends option 82 support
Original file line number Diff line number Diff line change 11# DHCP Python
22
3- Version 0.1.3
3+ Version 0.1.4
44
55A Python implementation of a DHCP client and the tools to manipulate DHCP packets. Includes:
66
Original file line number Diff line number Diff line change 1515EMAIL = ''
1616AUTHOR = 'Victor Frazao'
1717REQUIRES_PYTHON = '>=3.8.0'
18- VERSION = '0.1.3 '
18+ VERSION = '0.1.4 '
1919
2020# What packages are required for this module to be executed?
2121REQUIRED = []
You can’t perform that action at this time.
0 commit comments