Skip to content

Commit e52e019

Browse files
authored
Merge pull request #5 from vfrazao-ns1/release/0.1.3
cut new release
2 parents 54414d6 + 4c35446 commit e52e019

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
EMAIL = ''
1616
AUTHOR = 'Victor Frazao'
1717
REQUIRES_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?
2121
REQUIRED = []

0 commit comments

Comments
 (0)