mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
bump version
This commit is contained in:
parent
ace01a21bc
commit
ef323e2d35
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ if sys.version_info[0] < 3 or sys.version_info[1] < 6:
|
||||||
if sys.getfilesystemencoding().lower() in ("ascii", "ansi_x3.4-1968"):
|
if sys.getfilesystemencoding().lower() in ("ascii", "ansi_x3.4-1968"):
|
||||||
raise Exception("Anki requires a UTF-8 locale.")
|
raise Exception("Anki requires a UTF-8 locale.")
|
||||||
|
|
||||||
version="2.1.0beta27" # build scripts grep this line, so preserve formatting
|
version="2.1.0beta28" # build scripts grep this line, so preserve formatting
|
||||||
from anki.storage import Collection
|
from anki.storage import Collection
|
||||||
__all__ = ["Collection"]
|
__all__ = ["Collection"]
|
||||||
|
|
Loading…
Reference in a new issue