Fix typo in INSTALL.txt. Set next release from 1.3.1a0 to 1.3.1a1, because 0 is not an ordinal number.
This commit is contained in:
parent
c07a76c22f
commit
0684f5a458
@ -127,7 +127,7 @@ II. Installation on GNU/Linux and MacOSX using the sources
|
||||
6. Restart OpenSlides:
|
||||
|
||||
To restart OpenSlides after closing the terminal activate the
|
||||
virtual environment (see 4.) before starting the server (see 6.).
|
||||
virtual environment (see 3.) before starting the server (see 5.).
|
||||
|
||||
|
||||
III. Installation on Windows (32bit) using the Python Package Index (PyPI)
|
||||
|
@ -5,7 +5,7 @@
|
||||
:license: GNU GPL, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
VERSION = (1, 3, 1, 'alpha', 0) # During development it is the next release
|
||||
VERSION = (1, 3, 1, 'alpha', 1) # During development it is the next release
|
||||
RELEASE = False
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user