bump version

This commit is contained in:
Damien Elmes 2019-09-24 16:12:38 +10:00
parent 084b7a1694
commit 2e7b756000

View File

@ -10,6 +10,6 @@ if sys.version_info[0] < 3 or sys.version_info[1] < 5:
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.15" # build scripts grep this line, so preserve formatting version="2.1.16" # build scripts grep this line, so preserve formatting
from anki.storage import Collection from anki.storage import Collection
__all__ = ["Collection"] __all__ = ["Collection"]