Skip to content

Commit 6765a24

Browse files
committed
version 1.0.0, no changes from last pull request
1 parent 2514dda commit 6765a24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# Versions should comply with PEP440. For a discussion on single-sourcing
3535
# the version across setup.py and the project code, see
3636
# https://packaging.python.org/en/latest/single_source_version.html
37-
version='1.0.0b4',
37+
version='1.0.0',
3838

3939
description='Elasticsearch Log handler for the logging library',
4040
long_description=long_description,
@@ -54,7 +54,7 @@
5454
# 3 - Alpha
5555
# 4 - Beta
5656
# 5 - Production/Stable
57-
'Development Status :: 4 - Beta',
57+
'Development Status :: 5 - Production/Stable',
5858

5959
# Indicate who your project is intended for
6060
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)