mirror of
https://github.com/ankitects/anki.git
synced 2025-12-30 23:32:57 -05:00
bump version
This commit is contained in:
parent
264f0d3a7f
commit
3c8690ae34
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
||||||
2.1.18
|
2.1.19
|
||||||
|
|
|
||||||
|
|
@ -189,7 +189,7 @@ class CustomStudy(QDialog):
|
||||||
def reject(self) -> None:
|
def reject(self) -> None:
|
||||||
if self.created_custom_study:
|
if self.created_custom_study:
|
||||||
# set the original deck back to current
|
# 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
|
# fixme: clean up the empty custom study deck
|
||||||
QDialog.reject(self)
|
QDialog.reject(self)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ankirspy"
|
name = "ankirspy"
|
||||||
version = "2.1.18" # automatically updated
|
version = "2.1.19" # automatically updated
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Ankitects Pty Ltd and contributors"]
|
authors = ["Ankitects Pty Ltd and contributors"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue