Skip to content

Commit

Permalink
VERSION: 2024.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz committed Jan 26, 2024
1 parent 228e0b1 commit f2b6773
Show file tree
Hide file tree
Showing 4 changed files with 9 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 - On-Demand Earth System Data Cubes in Python"""

__version__ = "2024.1.0"
__version__ = "2024.1.1"
__author__ = "David Montero Loaiza <[email protected]>"
__all__ = []

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

v2024.1.1
---------

- Added the :code:`units` argument to :code:`cubo.create()`.
- Added support for :code:`scipy.constants` units.

v2024.1.0
---------

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 = "2024.1.0"
release = "2024.1.1"


# -- 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="2024.1.0",
version="2024.1.1",
url="https://github.com/davemlz/cubo",
license="MIT",
author="David Montero Loaiza",
Expand Down

0 comments on commit f2b6773

Please sign in to comment.