We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe62916 commit b0f36b1Copy full SHA for b0f36b1
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.0',
+ version='1.1.0',
38
39
description='Elasticsearch Log handler for the logging library',
40
long_description=long_description,
sonar-project.properties
@@ -1,6 +1,6 @@
1
sonar.projectKey=cmr.python:python-elasticsearch-logger
2
sonar.projectName=Python Elasticsearch Logger
3
-sonar.projectVersion=1.0.0b4
+sonar.projectVersion=1.1.0
4
sonar.verbose=DEBUG
5
sonar.language=py
6
sonar.sources=cmreslogging
0 commit comments