From 87d73155da07fd5d05a8a32e45bc8de2f93aab29 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 14 Jan 2022 14:31:16 +0000 Subject: [PATCH] 0.4.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad70c1c..f54cbdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.4.1 (2022-01-14) +### :bug: +* :bug: Fix use of incorrect formula for Interface.get_resolution ([#11](https://github.com/Data-Only-Greater/convergence/issues/11)) ([`d645154`](https://github.com/Data-Only-Greater/convergence/commit/d6451542541e8bf391e4f176eacb4ca5e4880bc6)) + +### Other +* Don't allow the actions-user to trigger the release event ([`3a23699`](https://github.com/Data-Only-Greater/convergence/commit/3a236991c5584297d997f0a5076e7e744cdc8f8a)) + ## v0.4.0 (2022-01-14) ### :chart_with_upwards_trend: * :chart_with_upwards_trend: Add get_resolution method to Interface. ([#10](https://github.com/Data-Only-Greater/convergence/issues/10)) ([`3421a9f`](https://github.com/Data-Only-Greater/convergence/commit/3421a9ff2aaed9931de1d720dbf35e7cec1e1df0)) diff --git a/setup.cfg b/setup.cfg index ef5932a..a04f31a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = convergence -version = 0.4.0 +version = 0.4.1 author = Mathew Topper author_email = mathew.topper@dataonlygreater.com description = A Python program to Perform Calculations Associated with a Grid Convergence Study