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 30, 2023
1 parent aa6d8ce commit bc13c9a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

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

- Raise :code:`ValueError` events when not all bands include angle values.
- Exclude timesteps in :code:`nbar_stac` when not all bands include angle values.

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

0 comments on commit bc13c9a

Please sign in to comment.