We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406ddd6 commit 81fefbaCopy full SHA for 81fefba
setup.py
@@ -29,7 +29,7 @@
29
# Versions should comply with PEP440. For a discussion on single-sourcing
30
# the version across setup.py and the project code, see
31
# https://packaging.python.org/en/latest/single_source_version.html
32
- version='1.0.0',
+ version='1.1.0',
33
34
description='Elasticsearch Log handler for the logging library',
35
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