From afeda8969f3339a1bd18cea31b3104dc383cd1a8 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Thu, 25 Jul 2024 16:51:02 +0200 Subject: [PATCH] v0.6.0 --- CHANGELOG.md | 13 ++++--------- fiboa_cli/version.py | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c9428..2b922e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v0.6.0] - 2024-07-25 + ### Added - Added a `SHORT_NAME` variable to the converter template @@ -30,14 +32,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Upgraded to geopandas 1.0.0, which migrates from fiona to pyogrio for data loading - The EuroCrops converters (prefix: `ec_`) use the HCAT fiboa extension -### Deprecated - -- ... - -### Removed - -- ... - ### Fixed - Fixed schema issue for the `tk10` column in `de_bb` converter @@ -291,7 +285,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - First release -[Unreleased]: +[Unreleased]: +[v0.6.0]: [v0.5.0]: [v0.4.0]: [v0.3.10]: diff --git a/fiboa_cli/version.py b/fiboa_cli/version.py index a7a4230..faa9351 100644 --- a/fiboa_cli/version.py +++ b/fiboa_cli/version.py @@ -1,2 +1,2 @@ -__version__ = "0.5.0" +__version__ = "0.6.0" fiboa_version = "0.2.0"