Skip to content

Commit

Permalink
VERSION: 2024.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz authored Jun 23, 2024
1 parent d8f518f commit 1ecded1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

v2024.6.0
---------

- Pinned: :code:`cubo>=2024.6.0`. This avoids :code:`numpy>=2.0.0` since :code:`stackstac` breaks.

v2023.8.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.8.1"
release = "2024.6.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion sen2nbar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""sen2nbar - Nadir BRDF Adjusted Reflectance (NBAR) for Sentinel-2 in Python"""

__version__ = "2023.8.1"
__version__ = "2024.6.0"
__author__ = "David Montero Loaiza <[email protected]>"
__all__ = []

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="sen2nbar",
version="2023.8.1",
version="2024.6.0",
url="https://github.com/ESDS-Leipzig/sen2nbar",
license="MIT",
author="David Montero Loaiza",
Expand Down

0 comments on commit 1ecded1

Please sign in to comment.