From 2aadee9e70fbf4c3825c405a5ad13778bf81f0c7 Mon Sep 17 00:00:00 2001 From: davemlz Date: Sat, 29 Jul 2023 16:13:40 +0200 Subject: [PATCH] VERSION: 2023.7.2 --- cubo/__init__.py | 2 +- docs/changelog.rst | 5 +++++ docs/conf.py | 2 +- setup.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/cubo/__init__.py b/cubo/__init__.py index bd46195..397e436 100644 --- a/cubo/__init__.py +++ b/cubo/__init__.py @@ -1,6 +1,6 @@ """cubo - Easily create EO mini cubes from STAC in Python""" -__version__ = "2023.7.1" +__version__ = "2023.7.2" __author__ = "David Montero Loaiza " __all__ = [] diff --git a/docs/changelog.rst b/docs/changelog.rst index 9c6cb9b..8bfa137 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +v2023.7.2 +--------- + +- Added :code:`cubo:distance_from_center` coordinate. + v2023.7.1 --------- diff --git a/docs/conf.py b/docs/conf.py index 5cbcb8f..ba874e6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ author = "David Montero Loaiza" # The full version, including alpha/beta/rc tags -release = "2023.7.1" +release = "2023.7.2" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 78d1abe..54977c5 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(filename): setup( name="cubo", - version="2023.7.1", + version="2023.7.2", url="https://github.com/davemlz/cubo", license="MIT", author="David Montero Loaiza",