Skip to content

Commit 636c0c6

Browse files
committed
cut new release
1 parent 54414d6 commit 636c0c6

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DHCP Python
22

3-
Version 0.1.2
3+
Version 0.1.3
44

55
A Python implementation of a DHCP client and the tools to manipulate DHCP packets. Includes:
66

dhcppython/options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,6 +1779,7 @@ class StreetTalkDirectoryAssistanceServer(IPArrayOption):
17791779
code = 76
17801780
key = "stda_servers"
17811781

1782+
17821783
class RelayAgentInformation(StrOption):
17831784
"""
17841785
Option 82

0 commit comments

Comments
 (0)