File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ##################################
Original file line number Diff line number Diff line change 1- __version__ = "0.0.18 "
1+ __version__ = "0.0.19 "
You can’t perform that action at this time.
0 commit comments