File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# DHCP Python Changelog
22
3+ ## 0.1.3 (Aug 19 2020)
4+
5+ * Merges (PR #4 )[ https://github.com/vfrazao-ns1/dhcppython/pull/4 ] which extends option 82 support
6+
37## 0.1.2 (Jan 29 2020)
48
59* Minor fixes and changes
Original file line number Diff line number Diff line change 11# DHCP Python
22
3- Version 0.1.2
3+ Version 0.1.3
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 @@ -1779,6 +1779,7 @@ class StreetTalkDirectoryAssistanceServer(IPArrayOption):
17791779 code = 76
17801780 key = "stda_servers"
17811781
1782+
17821783class RelayAgentInformation (StrOption ):
17831784 """
17841785 Option 82
Original file line number Diff line number Diff line change 1515EMAIL = ''
1616AUTHOR = 'Victor Frazao'
1717REQUIRES_PYTHON = '>=3.8.0'
18- VERSION = '0.1.2 '
18+ VERSION = '0.1.3 '
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