Skip to content

Commit 81fefba

Browse files
committed
version 1.1.0
update version label to 1.1.0
1 parent 406ddd6 commit 81fefba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# Versions should comply with PEP440. For a discussion on single-sourcing
3030
# the version across setup.py and the project code, see
3131
# https://packaging.python.org/en/latest/single_source_version.html
32-
version='1.0.0',
32+
version='1.1.0',
3333

3434
description='Elasticsearch Log handler for the logging library',
3535
long_description=long_description,

sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=cmr.python:python-elasticsearch-logger
22
sonar.projectName=Python Elasticsearch Logger
3-
sonar.projectVersion=1.0.0b4
3+
sonar.projectVersion=1.1.0
44
sonar.verbose=DEBUG
55
sonar.language=py
66
sonar.sources=cmreslogging

0 commit comments

Comments
 (0)