Update version to 3.1.1-dev
This commit is contained in:
parent
32dfba0d5c
commit
ac4174c391
@ -1,6 +1,6 @@
|
|||||||
__author__ = "OpenSlides Team <support@openslides.org>"
|
__author__ = "OpenSlides Team <support@openslides.org>"
|
||||||
__description__ = "Presentation and assembly system"
|
__description__ = "Presentation and assembly system"
|
||||||
__version__ = "3.1"
|
__version__ = "3.1.1-dev"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
__url__ = "https://openslides.com"
|
__url__ = "https://openslides.com"
|
||||||
|
|
||||||
|
4
setup.py
4
setup.py
@ -29,8 +29,8 @@ setup(
|
|||||||
classifiers=[
|
classifiers=[
|
||||||
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||||
# 'Development Status :: 3 - Alpha',
|
# 'Development Status :: 3 - Alpha',
|
||||||
# "Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
'Development Status :: 5 - Production/Stable',
|
# 'Development Status :: 5 - Production/Stable',
|
||||||
"Environment :: Web Environment",
|
"Environment :: Web Environment",
|
||||||
"Framework :: Django",
|
"Framework :: Django",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
|
Loading…
Reference in New Issue
Block a user