Merge pull request #75 from emanuelschuetze/master
Set version number to 1.3.1a
This commit is contained in:
commit
c07a76c22f
@ -2,7 +2,7 @@
|
|||||||
English README file for OpenSlides
|
English README file for OpenSlides
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
This is OpenSlides, version 1.3 (2012-12-10).
|
This is OpenSlides, version 1.3.1 (unreleased).
|
||||||
|
|
||||||
|
|
||||||
What is OpenSlides?
|
What is OpenSlides?
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
:license: GNU GPL, see LICENSE for more details.
|
:license: GNU GPL, see LICENSE for more details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
VERSION = (1, 3, 0, 'final', 0) # During development it is the next release
|
VERSION = (1, 3, 1, 'alpha', 0) # During development it is the next release
|
||||||
RELEASE = True
|
RELEASE = False
|
||||||
|
|
||||||
|
|
||||||
def get_version(version=None, release=None):
|
def get_version(version=None, release=None):
|
||||||
|
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ with open('README.txt') as file:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='openslides',
|
name='openslides',
|
||||||
description='Presentation-System',
|
description='Presentation and assembly system',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
version=get_version(),
|
version=get_version(),
|
||||||
url='http://openslides.org',
|
url='http://openslides.org',
|
||||||
|
Loading…
Reference in New Issue
Block a user