Merge branch 'develop' into feature/nuke_fpath_template

This commit is contained in:
Fabià Serra Arrizabalaga 2023-06-14 09:24:41 -05:00 committed by GitHub
commit c5a60b6198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 2 deletions

View file

@ -828,6 +828,7 @@ class CreateWidget(QtWidgets.QWidget):
if success:
self._set_creator(self._selected_creator)
self.variant_input.setText(variant)
self._controller.emit_card_message("Creation finished...")
self._last_thumbnail_path = None
self._thumbnail_widget.set_current_thumbnails()

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring Pype version."""
__version__ = "3.15.11-nightly.1"
__version__ = "3.15.11-nightly.2"