Skip to content

Commit 08e68b4

Browse files
committed
Changes for 1.0.0b3
1 parent 940a843 commit 08e68b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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.0b2',
37+
version='1.0.0b3',
3838

3939
description='Elasticsearch Log handler for the logging library',
4040
long_description=long_description,

sonar-project.properties

Lines changed: 1 addition & 1 deletion
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.0.0b1
3+
sonar.projectVersion=1.0.0b3
44
sonar.verbose=DEBUG
55
sonar.language=py
66
sonar.sources=cmreslogging

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ deps =
1919
commands =
2020
python setup.py check -m -r -s
2121
flake8 --max-line-length=120 cmreslogging/
22-
#pylint ./cmreslogging -r n --files-output=y '--msg-template="\{path\}:\{line\}: [\{msg_id\}(\{symbol\}), \{obj\}] \{msg\}"'
22+
# pylint ./cmreslogging -r n --files-output=y '--msg-template="\{path\}:\{line\}: [\{msg_id\}(\{symbol\}), \{obj\}] \{msg\}"'
2323
coverage erase
2424
coverage run --source=./cmreslogging --branch tests/test_cmreshandler.py
2525
coverage xml -i

0 commit comments

Comments
 (0)