Skip to content

Commit cc2ad7e

Browse files
authored
Prepare release 1.0.3 (#69)
* Update changelog * Bump version: 1.0.2 → 1.0.3
1 parent 096d555 commit cc2ad7e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = True
33
tag = False
4-
current_version = 1.0.2
4+
current_version = 1.0.3
55

66
[bumpversion:file:setup.py]

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020

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

23+
* \#63 - Fix deprecation warning issue
24+
25+
As pkg_resources was deprecated we switched to importlib.metadata to get the same data.
26+
27+
* \#64 - Fix test suite issues
28+
2329
### Breaks
2430

2531
## 1.0.2 - (2021-09-02)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="phpypam",
8-
version="1.0.2",
8+
version="1.0.3",
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)