From 59781cb9885dc46ab40fbc9dab1b96f023a08740 Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Thu, 5 Sep 2024 10:17:04 +0200 Subject: [PATCH] 0.2.1 --- CHANGES.md | 5 +++++ randonneur_data/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 5d783c3..9463537 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] - 2024-09-05 + +* Added `.sample()` and `.schema()` convenience functions +* Added some more SimaPro mapping + ## [0.2] - 2024-09-02 * Add validation when adding data diff --git a/randonneur_data/__init__.py b/randonneur_data/__init__.py index f712750..f20f0b3 100644 --- a/randonneur_data/__init__.py +++ b/randonneur_data/__init__.py @@ -3,7 +3,7 @@ "Registry", ) -__version__ = "0.2" +__version__ = "0.2.1" import json