We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2514dda commit 6765a24Copy full SHA for 6765a24
setup.py
@@ -34,7 +34,7 @@
34
# Versions should comply with PEP440. For a discussion on single-sourcing
35
# the version across setup.py and the project code, see
36
# https://packaging.python.org/en/latest/single_source_version.html
37
- version='1.0.0b4',
+ version='1.0.0',
38
39
description='Elasticsearch Log handler for the logging library',
40
long_description=long_description,
@@ -54,7 +54,7 @@
54
# 3 - Alpha
55
# 4 - Beta
56
# 5 - Production/Stable
57
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
58
59
# Indicate who your project is intended for
60
'Intended Audience :: Developers',
0 commit comments