Skip to content

Commit

Permalink
Preparation for release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Edbo849 committed Sep 4, 2024
1 parent 7377bb5 commit 3e4bdf4
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 58 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
project = "ESGF Playground Utils"
copyright = "2024, David Poulter"
author = "David Poulter"
release = "0.3.2"
release = "0.3.3"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion esgf_playground_utils/models/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Data(BaseModel):

type: Literal["STAC"]
version: Literal["1.0.0"]
payload: Union[CreatePayload, RevokePayload, UpdatePayload]
payload: Union[CreatePayload, RevokePayload, UpdatePayload, PartialUpdatePayload]


class Auth(BaseModel):
Expand Down
106 changes: 53 additions & 53 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[tool.poetry]
name = "esgf-playground-utils"
version = "0.3.2"
version = "0.3.3"
description = "Common library and models for the ESGF-Playground"
authors = [
"David Poulter <[email protected]>",
"Rhys Evans <[email protected]>"
]
"Rhys Evans <[email protected]>",
"Ed Borthwick <[email protected]>",
]
readme = "README.rst"

[tool.poetry.dependencies]
Expand Down

0 comments on commit 3e4bdf4

Please sign in to comment.