Skip to content

Commit

Permalink
VERSION: 2023.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz committed Jul 29, 2023
1 parent 2e9207a commit 2aadee9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cubo/__init__.py
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
__all__ = []

Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

v2023.7.2
---------

- Added :code:`cubo:distance_from_center` coordinate.

v2023.7.1
---------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2aadee9

Please sign in to comment.