Skip to content

Commit 0eb5b0a

Browse files
authored
Merge pull request #121 from netbox-community/4-4-release
Updates for 4.4
2 parents 7e88bfd + bc93657 commit 0eb5b0a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This plugin depends on [qrcode](https://github.com/lincolnloop/python-qrcode) an
1717
| 0.0.15 | 4.1.x | 4.1.6 |
1818
| 0.0.17 | 4.2.x | 4.2.4 |
1919
| 0.0.18 | 4.3.x | 4.3.1 |
20+
| 0.0.19 | 4.4.x | 4.4.0 |
21+
2022

2123

2224
## Installation

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.3.0'
14-
max_version = '4.3.99'
13+
min_version = '4.4.0'
14+
max_version = '4.4.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.18"
1+
__version__ = "0.0.19"

0 commit comments

Comments
 (0)