bump version

This commit is contained in:
Damien Elmes 2017-07-05 10:54:27 +10:00
parent 2b8987f654
commit c392418ba7
2 changed files with 2 additions and 2 deletions

View file

@ -9,6 +9,6 @@ if sys.version_info[0] < 3:
elif sys.version_info[1] < 4: elif sys.version_info[1] < 4:
raise Exception("Anki requires Python 3.4+") raise Exception("Anki requires Python 3.4+")
version="2.1.0a15" # build scripts grep this line, so preserve formatting version="2.1.0beta1" # build scripts grep this line, so preserve formatting
from anki.storage import Collection from anki.storage import Collection
__all__ = ["Collection"] __all__ = ["Collection"]

View file

@ -247,7 +247,7 @@ environment points to a valid, writable folder.""")
# remaining pm init # remaining pm init
pm.ensureProfile() pm.ensureProfile()
print("This is an ALPHA build - please do not package it up for Linux distributions") print("This is an BETA build - please do not package it up for Linux distributions")
# load the main window # load the main window
import aqt.main import aqt.main