8000 Merge pull request #1183 from stonebig/master · caerulea3/winpython@f914cea · GitHub
[go: up one dir, main page]

Skip to content

Commit f914cea

Browse files
authored
Merge pull request winpython#1183 from stonebig/master
papercut
2 parents 52f56e2 + 0edf6db commit f914cea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '5.3.20221211'
31+
__version__ = '5.3.20221226'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/controlpanel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ def process_packages(self, action):
913913
QMessageBox.critical(
914914
self,
915915
"Error",
916-
f"<b>Unable to {action} <i>{<pstr}/i></b>"
916+
f"<b>Unable to {action} <i>{pstr}/i></b>"
917917
f"<br><br>Error message:<br>{error}"
918918
,
919919
)

0 commit comments

Comments
 (0)
0