Skip to content

Commit

Permalink
prepare 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TejasMorbagal committed Feb 3, 2023
1 parent e2132ba commit 8d25eac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Changes in 0.1.1

- Fixed a bug when opening dataset with bounding box. Now the following spatial coords naming styles are
supported: (lat,lon), (latitude,longitude), (y,x).
- Use micromamba for CI.

## Changes in 0.1.0

First version of CMEMS Data Store.
2 changes: 1 addition & 1 deletion xcube_cmems/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.

version = '0.1.1.dev0'
version = '0.1.1'

0 comments on commit 8d25eac

Please sign in to comment.