Skip to content

Commit f3c390b

Browse files
committed
🔖 prepare to release 0.8.5
1 parent 12b7903 commit f3c390b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ Changes
2121
=======
2222

2323

24+
Version 0.8.5 (2023-03-08)
25+
--------------------------
26+
27+
- Fix integration with STAC v1 and STAC Legacy versions
28+
- Add notice in INSTALL for compatibility with package and "setuptools<67"
29+
30+
2431
Version 0.8.4 (2023-01-23)
2532
--------------------------
2633

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LABEL "org.brazildatacube.description"="Docker image for Data Cube Builder appli
2727
LABEL "org.brazildatacube.git_commit"="${GIT_COMMIT}"
2828

2929
# Build arguments
30-
ARG CUBE_BUILDER_VERSION="0.8.4"
30+
ARG CUBE_BUILDER_VERSION="0.8.5"
3131
ARG CUBE_BUILDER_INSTALL_PATH="/opt/cube-builder/${CUBE_BUILDER_VERSION}"
3232

3333
ADD . ${CUBE_BUILDER_INSTALL_PATH}

cube_builder/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
"""
2424

2525

26-
__version__ = '0.8.4'
26+
__version__ = '0.8.5'

0 commit comments

Comments
 (0)