diff --git a/CHANGES.md b/CHANGES.md index 8704219..54188b5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/xcube_cmems/version.py b/xcube_cmems/version.py index 28439ae..ddf45aa 100644 --- a/xcube_cmems/version.py +++ b/xcube_cmems/version.py @@ -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'