Skip to content

Commit b90d882

Browse files
committed
Bump version in requirements and __init__.pyi
1 parent d1c471d commit b90d882

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PyQt5-stubs/__init__.pyi

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

requirements/develop.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mypy==0.641 # via -r develop.in
1212
pluggy==0.8.0 # via pytest
1313
py==1.7.0 # via pytest
1414
pyqt5-sip==12.7.0 # via -r production.txt, pyqt5
15-
pyqt5==5.14.1 # via -r production.txt
15+
pyqt5==5.14.2 # via -r production.txt
1616
pytest==4.0.1 # via -r develop.in
1717
six==1.11.0 # via more-itertools, pytest
1818
typed-ast==1.1.0 # via mypy

requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# pip-compile --output-file=production.txt production.in
66
#
77
pyqt5-sip==12.7.0 # via pyqt5
8-
pyqt5==5.14.1 # via -r production.in
8+
pyqt5==5.14.2 # via -r production.in

0 commit comments

Comments
 (0)