We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aeca37 commit 7acfa67Copy full SHA for 7acfa67
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.1.8 (2023-03-03)
6
+### Fix
7
+* Setup ([`1aeca37`](https://github.com/ocadotechnology/codeforlife/commit/1aeca379cbaa16713c87af88dcfdbe8aeaae11cf))
8
+
9
## v0.1.7 (2023-03-03)
10
### Fix
11
* **common:** Use relative imports ([`b571546`](https://github.com/ocadotechnology/codeforlife/commit/b5715461c8515529d9cd6f66f993adf88aac4d51))
codeforlife/version.py
@@ -1,3 +1,3 @@
1
# Do NOT set manually!
# This is auto-updated by python-semantic-release in the pipeline.
-__version__ = "0.1.7"
+__version__ = "0.1.8"
0 commit comments