Skip to content

Commit 1584427

Browse files
authored
Merge pull request #110 from netbox-community/4-3-release
Release into master - 0.18 - 4.3.x
2 parents 128beb2 + 1c5890a commit 1584427

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PYTHON_VER?=3.12
2-
NETBOX_VER?=v4.3.0
2+
NETBOX_VER?=v4.3.1
33

44
NAME=netbox-qrcode
55

netbox_qrcode/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ class QRCodeConfig(PluginConfig):
1010
author = 'Nikolay Yuzefovich'
1111
author_email = 'mgk.kolek@gmail.com'
1212
required_settings = []
13-
# min_version = '4.2.0'
14-
# max_version = '4.2.99'
13+
min_version = '4.3.0'
14+
max_version = '4.3.99'
1515
default_settings = {
1616

1717
##################################

netbox_qrcode/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.17"
1+
__version__ = "0.0.18"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ def get_version(rel_path):
3232
author_email='mgk.kolek@gmail.com',
3333
packages=find_packages(),
3434
include_package_data=True,
35-
min_version='4.1.0',
36-
max_version='4.1.99',
35+
min_version='4.3.0',
36+
max_version='4.3.99',
3737
package_data={
3838
'': ['*.ttf'],
3939
'': ['*.html'],

0 commit comments

Comments
 (0)