Skip to content

Commit c442c3f

Browse files
committed
Bump version to 0.1.4 in preparation for publishing to PyPI
1 parent e973760 commit c442c3f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

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.3
3+
Version 0.1.4
44

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

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.3'
18+
VERSION = '0.1.4'
1919

2020
# What packages are required for this module to be executed?
2121
REQUIRED = []

0 commit comments

Comments
 (0)