Skip to content

Commit 1ad436d

Browse files
authored
Merge pull request #88 from netbox-community/feat/v0.0.15
Feat/v0.0.15
2 parents f7ebd62 + bd11b48 commit 1ad436d

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
@@ -14,6 +14,8 @@ This plugin depends on [qrcode](https://github.com/lincolnloop/python-qrcode) an
1414
| ------------- |:-------------| :-----------:|
1515
| 0.0.11 | 3.7.x | 3.7.x |
1616
| 0.0.14 | 4.0.x | v4.0.11 |
17+
| 0.0.15 | 4.1.x | v4.1.6 |
18+
1719

1820
## Installation
1921

netbox_qrcode/version.py

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

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.0.0',
36-
max_version='4.0.99',
35+
min_version='4.1.0',
36+
max_version='4.1.99',
3737
package_data={
3838
'': ['*.ttf'],
3939
'': ['*.html'],

0 commit comments

Comments
 (0)