Skip to content

Commit

Permalink
Merge release branch release-1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Nov 25, 2021
2 parents 7b3732e + 76b0a38 commit 1d8dc5b
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

1.4.1 -- 2021-11-dd
1.4.1 -- 2021-11-25
-------------------
* Fixed Python type hints
* XPM serializer accepts ``None`` (transparent) for dark modules
Expand Down
6 changes: 3 additions & 3 deletions docs/_static/chart_create_1m.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/_static/chart_create_30h.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/_static/chart_create_7q.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/_static/chart_png.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/_static/chart_svg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 19 additions & 19 deletions sandbox/out/results.csv
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
PyQRCode create 1-M,6.01
qrcodegen create 1-M,4.15
qrcode create 1-M,2.16
Segno create 1-M,1.51
PyQRCode create 7-Q,27.27
qrcodegen create 7-Q,18.38
qrcode create 7-Q,10.92
Segno create 7-Q,7.43
PyQRCode create 30-H,256.13
qrcodegen create 30-H,170.94
qrcode create 30-H,107.78
Segno create 30-H,71.44
PyQRCode SVG,6.14
qrcode SVG path,2.83
qrcode SVG rects,3.57
Segno SVG,1.77
PyQRCode PNG 1-M,11.48
qrcode PNG 1-M,2.86
Segno PNG 1-M,2.70
PyQRCode create 1-M,6.00
qrcodegen create 1-M,4.17
qrcode create 1-M,2.18
Segno create 1-M,1.52
PyQRCode create 7-Q,27.62
qrcodegen create 7-Q,18.46
qrcode create 7-Q,11.09
Segno create 7-Q,7.42
PyQRCode create 30-H,255.45
qrcodegen create 30-H,172.41
qrcode create 30-H,108.80
Segno create 30-H,71.84
PyQRCode SVG,6.16
qrcode SVG path,2.85
qrcode SVG rects,3.59
Segno SVG,1.78
PyQRCode PNG 1-M,11.57
qrcode PNG 1-M,2.89
Segno PNG 1-M,2.71
2 changes: 1 addition & 1 deletion segno/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
except NameError: # pragma: no cover
str_type = str

__version__ = '1.4.1.dev'
__version__ = '1.4.1'

__all__ = ('make', 'make_qr', 'make_micro', 'make_sequence', 'QRCode',
'QRCodeSequence', 'DataOverflowError')
Expand Down

0 comments on commit 1d8dc5b

Please sign in to comment.