From 6f2475ea42716c38b299dcbdfac05c9f60b022cc Mon Sep 17 00:00:00 2001 From: Chris Russell Date: Sun, 17 Nov 2024 02:53:27 +0000 Subject: [PATCH 1/3] initial --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b6670df..02c8b78 100644 --- a/setup.py +++ b/setup.py @@ -32,8 +32,8 @@ def get_version(rel_path): author_email='mgk.kolek@gmail.com', packages=find_packages(), include_package_data=True, - min_version='4.0.0', - max_version='4.0.99', + min_version='4.1.0', + max_version='4.1.99', package_data={ '': ['*.ttf'], '': ['*.html'], From 7d032f4c3d5afe82e1b0490cbbf71d83f2d15602 Mon Sep 17 00:00:00 2001 From: Chris Russell Date: Sun, 17 Nov 2024 21:44:16 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d2f4836..b75f227 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ This plugin depends on [qrcode](https://github.com/lincolnloop/python-qrcode) an | ------------- |:-------------| :-----------:| | 0.0.11 | 3.7.x | 3.7.x | | 0.0.14 | 4.0.x | v4.0.11 | +| 0.0.15 | 4.1.x | v4.1.6 | + ## Installation From bd11b4807e355d71946c276762ca8982d9e5eb3f Mon Sep 17 00:00:00 2001 From: Chris Russell Date: Sun, 17 Nov 2024 22:06:57 +0000 Subject: [PATCH 3/3] update version to v0.0.15 --- netbox_qrcode/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox_qrcode/version.py b/netbox_qrcode/version.py index 311f216..6561790 100644 --- a/netbox_qrcode/version.py +++ b/netbox_qrcode/version.py @@ -1 +1 @@ -__version__ = "0.0.14" +__version__ = "0.0.15"