From 8ecdf75c32752b98c386e9dfc66a9d921501e939 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 10:39:47 +0000 Subject: [PATCH] chore(release): 0.10.5 --- CHANGELOG.md | 7 +++++++ starling_sim/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cde8a95..1ef9880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 0.10.5 (2022-10-20) + + +### Bug Fixes + +* remove wrong imports ([#72](https://github.com/tellae/starling/issues/72)) ([7ece11d](https://github.com/tellae/starling/commit/7ece11d547e5cdc93176ba7a092733df621e0f1a)) + ### 0.10.4 (2022-10-19) diff --git a/starling_sim/__init__.py b/starling_sim/__init__.py index 105d98a..ec05999 100644 --- a/starling_sim/__init__.py +++ b/starling_sim/__init__.py @@ -3,4 +3,4 @@ """ #: Starling version -__version__ = "0.10.4" +__version__ = "0.10.5"