diff --git a/CHANGELOG.md b/CHANGELOG.md index 880b8d8..3870a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.4.7 (2023-05-04) +### Fix +* Create callback for code execution ([`83abd03`](https://github.com/ocadotechnology/codeforlife-package-python/commit/83abd03616a90639cc1497e3740bb4045c80e01d)) + ## v0.4.6 (2023-05-04) ### Fix * Remove code exec from source ([`98951e4`](https://github.com/ocadotechnology/codeforlife-package-python/commit/98951e487110be96f26bf8993d3876be0063f498)) diff --git a/codeforlife/version.py b/codeforlife/version.py index 8092487..24f7c0d 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.4.6" +__version__ = "0.4.7"