From a50171a0af0599a02ec60abb17279e44a861b5fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 16:28:05 +0000 Subject: [PATCH] chore(release): 0.7.4 --- CHANGELOG.md | 7 +++++++ starling_sim/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a719472..2fbfd57 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.7.4 (2022-03-17) + + +### Features + +* input filepath ([#42](https://github.com/tellae/starling/issues/42)) ([e899bca](https://github.com/tellae/starling/commit/e899bca16b60b604bdefcd8affef385d21a9ba68)) + ### 0.7.3 (2022-03-14) diff --git a/starling_sim/version.py b/starling_sim/version.py index 8906ca7..69496f0 100644 --- a/starling_sim/version.py +++ b/starling_sim/version.py @@ -1,3 +1,3 @@ """Starling version""" -__version__ = "0.7.3" +__version__ = "0.7.4"