Skip to content

Commit b0f36b1

Browse files
committed
version 1.1.0
update version label to 1.1.0
1 parent fe62916 commit b0f36b1

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
@@ -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.0',
37+
version='1.1.0',
3838

3939
description='Elasticsearch Log handler for the logging library',
4040
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)