mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
bump version
This commit is contained in:
parent
2b8987f654
commit
c392418ba7
2 changed files with 2 additions and 2 deletions
|
@ -9,6 +9,6 @@ if sys.version_info[0] < 3:
|
|||
elif sys.version_info[1] < 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
|
||||
__all__ = ["Collection"]
|
||||
|
|
|
@ -247,7 +247,7 @@ environment points to a valid, writable folder.""")
|
|||
# remaining pm init
|
||||
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
|
||||
import aqt.main
|
||||
|
|
Loading…
Reference in a new issue