Skip to content

Commit

Permalink
Merge pull request #94 from fabianazioti/b-0.8
Browse files Browse the repository at this point in the history
🔖 preparing for release
  • Loading branch information
fabianazioti authored Apr 22, 2024
2 parents b06c421 + 6b991df commit 7127ae3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
Changes
=======

Version 0.8.2 (2024-04-22)
--------------------------

- Upgrade lccs-db dependency (`#93 <https://github.com/brazil-data-cube/lccs-ws/issues/93>`_).

Version 0.8.1 (2024-03-05)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion lccs_ws/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"""


__version__ = '0.8.1'
__version__ = '0.8.2'


2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]

Expand Down

0 comments on commit 7127ae3

Please sign in to comment.