Skip to content

Commit 2e7095a

Browse files
authored
Merge pull request #41 from ESGF/version_1.0.0
update to version 1.0.0
2 parents 2b39c27 + cbcbe08 commit 2e7095a

3 files changed

Lines changed: 34 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,37 @@ All notable changes to this package are recorded in this document.
66
This format is based on `Keep a ChangeLog <https://keepachangelog.com/>`_ and this project
77
adheres to `Semantic Versioning <https://semver.org>`_.
88

9-
[Unreleased] - 2024-09-04
10-
-------------------------
9+
[Unreleased]
10+
------------
11+
12+
Added
13+
^^^^^
14+
15+
Changed
16+
^^^^^^^
17+
18+
Removed
19+
^^^^^^^
20+
21+
Fixed
22+
^^^^^
23+
24+
`1.0.0 <https://github.com/ESGF/esgf-playground-utils/releases/tag/1.0.0>`_ - 2025-02-14
25+
-----------------------------------------------------------------------------------------
26+
27+
Added
28+
^^^^^
29+
30+
Changed
31+
^^^^^^^
32+
- Updated ESGFItemProperties to more accurate typing.
33+
- Updated Kafka Models in particular authorisation section.
34+
35+
Removed
36+
^^^^^^^
37+
38+
Fixed
39+
^^^^^
1140

1241
`0.3.8 <https://github.com/ESGF/esgf-playground-utils/releases/tag/0.3.8>`_ - 2024-11-19
1342
-----------------------------------------------------------------------------------------
@@ -23,6 +52,7 @@ Removed
2352
^^^^^^^
2453

2554
Fixed
55+
^^^^^
2656

2757
`0.3.7 <https://github.com/ESGF/esgf-playground-utils/releases/tag/0.3.7>`_ - 2024-11-19
2858
-----------------------------------------------------------------------------------------

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 = "0.3.4"
16+
release = "1.0.0"
1717

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

pyproject.toml

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

0 commit comments

Comments
 (0)