Skip to content

Commit db3d3ae

Browse files
authored
release 0.1.7 (#26)
* add more not found messages * prepare release
1 parent 18dc6fa commit db3d3ae

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

phpypam/core/exceptions.py

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ def __init__(self, *args, **kwargs):
1414
'Address not found',
1515
'Vlan not found',
1616
'No vrfs configured',
17+
'No devices configured',
18+
'No results (filter applied)',
19+
'No objects found',
1720
}
1821

1922
if (self._code == 200 and self._message in _NOT_FOUND_MESSAGES) or self._code == 404:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="phpypam",
8-
version="0.1.6",
8+
version="0.1.7",
99
author="Christian Meißner",
1010
author_email="Christian Meißner <cme+codeaffen@meissner.sh>",
1111
description="Python API client library for phpIPAM installation",

0 commit comments

Comments
 (0)