diff --git a/CHANGES.rst b/CHANGES.rst index e5ffbc1..fc52368 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,6 +20,11 @@ Changes ======= +Version 0.8.2 (2024-04-22) +-------------------------- + +- Upgrade lccs-db dependency (`#93 `_). + Version 0.8.1 (2024-03-05) -------------------------- diff --git a/lccs_ws/version.py b/lccs_ws/version.py index a820c08..20361ab 100644 --- a/lccs_ws/version.py +++ b/lccs_ws/version.py @@ -22,6 +22,6 @@ """ -__version__ = '0.8.1' +__version__ = '0.8.2' diff --git a/pytest.ini b/pytest.ini index 695f5ea..fc460a1 100644 --- a/pytest.ini +++ b/pytest.ini @@ -17,5 +17,5 @@ # [pytest] -addopts = --color=auto --cov=lccs_ws --cov-report=term-missing -v --cov-report=xml:coverage.xml +addopts = --strict-markers --color=auto testpaths = tests \ No newline at end of file diff --git a/run-tests.sh b/run-tests.sh index b3590ae..ad472ef 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -19,6 +19,6 @@ pydocstyle lccs_ws setup.py && \ isort lccs_ws tests setup.py --check-only --diff && \ -check-manifest --ignore ".drone.yml,.readthedocs.yml" && \ +check-manifest --ignore ".readthedocs.yml" && \ sphinx-build -qnW --color -b doctest docs/sphinx/ docs/sphinx/_build/doctest && \ pytest \ No newline at end of file diff --git a/setup.py b/setup.py index a24420f..25a658c 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ 'marshmallow-sqlalchemy==0.18.0', 'jsonschema>=3.2', 'MarkupSafe==2.0.1', - 'lccs-db @ git+https://github.com/fabianazioti/lccs-db@0.8.2', + 'lccs-db @ git+https://github.com/brazil-data-cube/lccs-db@v0.8.2', 'bdc-auth-client @ git+https://github.com/brazil-data-cube/bdc-auth-client@v0.2.3', ]