Skip to content

Commit fdc4f9d

Browse files
committed
1.0.4 bump.
1 parent c5b994a commit fdc4f9d

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,22 @@ Removed
2121
Fixed
2222
^^^^^
2323

24+
`1.0.4 <https://github.com/ESGF/esgf-playground-utils/releases/tag/1.0.4>`_ - 2025-06-24
25+
-----------------------------------------------------------------------------------------
26+
27+
Added
28+
^^^^^
29+
30+
Changed
31+
^^^^^^^
32+
33+
Removed
34+
^^^^^^^
35+
36+
Fixed
37+
^^^^^
38+
- Fixed stac-pydantic requirement.
39+
2440
`1.0.3 <https://github.com/ESGF/esgf-playground-utils/releases/tag/1.0.3>`_ - 2025-06-20
2541
-----------------------------------------------------------------------------------------
2642

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project = "ESGF Playground Utils"
1414
copyright = "2024, David Poulter"
1515
author = "David Poulter"
16-
release = "1.0.3"
16+
release = "4"
1717

1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "esgf-playground-utils"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "Common library and models for the ESGF-Playground"
55
readme = "README.rst"
66
authors = [

0 commit comments

Comments
 (0)