diff --git a/meta/version b/meta/version index d3026563cbd..f316ecb1ead 100644 --- a/meta/version +++ b/meta/version @@ -1 +1 @@ -2.1.18 +2.1.19 diff --git a/qt/aqt/customstudy.py b/qt/aqt/customstudy.py index dce9b9dde78..8416fd212c2 100644 --- a/qt/aqt/customstudy.py +++ b/qt/aqt/customstudy.py @@ -189,7 +189,7 @@ def accept(self): def reject(self) -> None: if self.created_custom_study: # set the original deck back to current - self.mw.col.decks.select(self.deck['id']) + self.mw.col.decks.select(self.deck["id"]) # fixme: clean up the empty custom study deck QDialog.reject(self) diff --git a/rspy/Cargo.toml b/rspy/Cargo.toml index c42a80c59fa..c3cdcb2b951 100644 --- a/rspy/Cargo.toml +++ b/rspy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ankirspy" -version = "2.1.18" # automatically updated +version = "2.1.19" # automatically updated edition = "2018" authors = ["Ankitects Pty Ltd and contributors"]