From 895be85c659eaf50f4d521c9b14df71bba14f795 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 10:22:32 +0000 Subject: [PATCH] chore(release): 0.10.7 --- CHANGELOG.md | 7 +++++++ starling_sim/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e01b03..d90fb15 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.7 (2022-11-07) + + +### Bug Fixes + +* update sphinx version ([e626e8b](https://github.com/tellae/starling/commit/e626e8b53b418af6b2e849e2823ff9fcba8a233b)) + ### 0.10.6 (2022-11-07) diff --git a/starling_sim/__init__.py b/starling_sim/__init__.py index 2606060..75292b9 100644 --- a/starling_sim/__init__.py +++ b/starling_sim/__init__.py @@ -3,4 +3,4 @@ """ #: Starling version -__version__ = "0.10.6" +__version__ = "0.10.7"