File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 ,
Original file line number Diff line number Diff line change 11sonar.projectKey =cmr.python:python-elasticsearch-logger
22sonar.projectName =Python Elasticsearch Logger
3- sonar.projectVersion =1.0.0.0b1
3+ sonar.projectVersion =1.0.0b3
44sonar.verbose =DEBUG
55sonar.language =py
66sonar.sources =cmreslogging
Original file line number Diff line number Diff line change 1919commands =
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
You can’t perform that action at this time.
0 commit comments