diff --git a/CHANGELOG.md b/CHANGELOG.md index f52261b4..a059b848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.7.13 (2023-09-21) + +### Fix + +* Add more reusable settings ([`8bed5a8`](https://github.com/ocadotechnology/codeforlife-package-python/commit/8bed5a8832344c2eec55b5f77a199030326274f3)) + ## v0.7.12 (2023-09-19) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index 0de14392..b98565c7 100644 --- a/codeforlife/version.py +++ b/codeforlife/version.py @@ -1,3 +1,3 @@ # Do NOT set manually! # This is auto-updated by python-semantic-release in the pipeline. -__version__ = "0.7.12" +__version__ = "0.7.13"