Skip to content

Commit e9190ea

Browse files
author
vprusakovs
committed
0.2.6 (2022-09-01)
------------------ * [new] dhcp_server
1 parent 476827e commit e9190ea

18 files changed

+1152
-824
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44
CHANGELOG
55
=========
66

7+
0.2.6 (2022-09-01)
8+
------------------
9+
* [new] dhcp_server
10+
11+
712
0.2.5 (2022-06-16)
813
------------------
914
* [change] delete(uid, kwargs), uid is optional
1015

16+
1117
0.2.4 (2022-06-15)
1218
------------------
1319
* [change] update(data, uid), uid is optional

Pipfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ name = "pypi"
33
url = "https://pypi.org/simple"
44
verify_ssl = true
55

6+
[requires]
7+
python_version = "3.8"
8+
69
[packages]
710
requests = "==2.28.*"
811

912
[dev-packages]
13+
PyYAML = "==6.*" # 6.0
1014
mypy = "==0.*" # 0.961
1115
pylint = "==2.13.*" # 2.13.9 need to update to 2.14
1216
pytest = "==7.1.*" # 7.1.2
1317
restructuredtext-lint = "==1.4.*" # 1.4.0
1418
twine = "==4.0.*" # 4.0.1
1519
types-requests = "==2.27.*" # 2.27.30
16-
17-
[requires]
18-
python_version = "3.8"

0 commit comments

Comments
 (0)