Skip to content

Commit

Permalink
🔖 Prepare to release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelrpl authored Aug 3, 2022
1 parent e127277 commit 09b41ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
Changes
=======

Version 0.9.0 (2022-07-21)
Version 0.9.0 (2022-08-03)
--------------------------

- Add support for new version of LCCS-DB: (`#87 <https://github.com/brazil-data-cube/sample-db/issues/87>`_).

- Adding dataset metadata validation schema :(`#84 <https://github.com/brazil-data-cube/sample-db/issues/84>`_).

- Add support latest sample-db-utils (v0.9.0): (`#88 <https://github.com/brazil-data-cube/sample-db/issues/88>`_).

- Fixing ArgumentError: dialect.has_table in make_dataset_table.


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
]

sample_requires = [
'sample-db-utils @ git+https://github.com/brazil-data-cube/sample-db-utils.git@master',
'sample-db-utils @ git+https://github.com/brazil-data-cube/sample-db-utils.git@v0.9.0',
]

extras_require = {
Expand Down

0 comments on commit 09b41ad

Please sign in to comment.