bump version

This commit is contained in:
Damien Elmes 2020-01-16 12:39:52 +10:00
parent 264f0d3a7f
commit 3c8690ae34
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
2.1.18 2.1.19

View file

@ -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)

View file

@ -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"]