Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
tag = False
current_version = 1.0.2
current_version = 1.0.3

[bumpversion:file:setup.py]
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@

When searching for addresses in an empty subnet, ```PHPEntityNotFoundException``` will be raised.

* \#63 - Fix deprecation warning issue

As pkg_resources was deprecated we switched to importlib.metadata to get the same data.

* \#64 - Fix test suite issues

### Breaks

## 1.0.2 - (2021-09-02)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="phpypam",
version="1.0.2",
version="1.0.3",
author="Christian Meißner",
author_email="Christian Meißner <cme+codeaffen@meissner.sh>",
description="Python API client library for phpIPAM installation",
Expand Down
Loading