We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b399e commit 70dc831Copy full SHA for 70dc831
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# DHCP Python Changelog
2
3
+## 0.1.2 (Jan 29 2020)
4
+
5
+* Minor fixes and changes
6
7
## 0.1.1 (Jan 25 2020)
8
9
* Minor bug fixes
README.md
@@ -1,6 +1,6 @@
# DHCP Python
-Version 0.1.1
+Version 0.1.2
A Python implementation of a DHCP client and the tools to manipulate DHCP packets. Includes:
setup.py
@@ -15,7 +15,7 @@
15
EMAIL = ''
16
AUTHOR = 'Victor Frazao'
17
REQUIRES_PYTHON = '>=3.8.0'
18
-VERSION = '0.1.1'
+VERSION = '0.1.2'
19
20
# What packages are required for this module to be executed?
21
REQUIRED = []
0 commit comments