From b7e4361ee8ca82b1b53c48e57b0903ac032f0209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20K=C3=BCderle?= Date: Tue, 13 Dec 2022 13:04:50 +0100 Subject: [PATCH] Release 0.5.0 --- CHANGELOG.md | 6 ++++++ docs/_build/html | 2 +- gaitmap_datasets/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dcc598..3688de8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) (+ the Migration Guide), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.0] - 2022-13-12 + +Changed package name mad-datasets to gaitmap-datasets! +All old releases will still be available under the old name. +All new releases will be available under the new name. + ## [0.4.0] - 2022-12-12 ### Added diff --git a/docs/_build/html b/docs/_build/html index 534260e..db8d6dd 160000 --- a/docs/_build/html +++ b/docs/_build/html @@ -1 +1 @@ -Subproject commit 534260e2bf7795801cd413ab3b424c7a67b16e83 +Subproject commit db8d6dd772dc5f9844f2e714dff667186ecb93a5 diff --git a/gaitmap_datasets/__init__.py b/gaitmap_datasets/__init__.py index 5598e8c..a8f80aa 100644 --- a/gaitmap_datasets/__init__.py +++ b/gaitmap_datasets/__init__.py @@ -13,4 +13,4 @@ "StairAmbulationHealthy2021PerTest", "StairAmbulationHealthy2021Full", ] -__version__ = "0.4.0" +__version__ = "0.5.0" diff --git a/pyproject.toml b/pyproject.toml index 7c06530..b65a27e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gaitmap-datasets" -version = "0.4.0" +version = "0.5.0" description = "Helper to access to open-source gait datasets used by MaD-Lab" authors = [ "Arne Küderle ",