From d771a50dd7734db3fb819eac3d87f91fcf322d03 Mon Sep 17 00:00:00 2001 From: Alex M Date: Sat, 5 Dec 2020 10:13:51 -0800 Subject: [PATCH] Bump version to 0.6.0 --- docs/changelog.rst | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 675cb6d..767614f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,13 @@ Change Log ########## +`0.6.0`_ 2020-12-05 +******************* + +Changed +======= +- Stop moving the desk if the safety feature kicks in. + `0.5.0`_ 2020-11-14 ******************* @@ -63,6 +70,7 @@ Changed ******************* - Initial release +.. _0.6.0: https://github.com/newAM/idasen/releases/tag/v0.6.0 .. _0.5.0: https://github.com/newAM/idasen/releases/tag/v0.5.0 .. _0.4.0: https://github.com/newAM/idasen/releases/tag/v0.4.0 .. _0.3.0: https://github.com/newAM/idasen/releases/tag/v0.3.0 diff --git a/pyproject.toml b/pyproject.toml index 4e8457b..1f1d2ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ target-version = ["py38"] name = "idasen" description = "ikea IDÅSEN desk API and CLI." authors = ["Alex M. "] -version = "0.5.0" +version = "0.6.0" license = "MIT" readme = "README.rst" repository = "https://github.com/newAM/idasen"