Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and SKairinos committed Feb 28, 2023
1 parent 17fd23f commit 02e4a88
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

<!--next-version-placeholder-->

## v0.1.0 (2023-02-28)
### Feature
* Update license, add .gitignore and create default Django files ([#1](https://github.com/ocadotechnology/codeforlife/issues/1)) ([`c25e67a`](https://github.com/ocadotechnology/codeforlife/commit/c25e67a82ac47b0cebf2d59a890f1639f49a3158))

### Fix
* **pipeline:** Use pat ([`c9a133a`](https://github.com/ocadotechnology/codeforlife/commit/c9a133a9dcaad390414e587fcf8caad633c2fda2))
* **pipeline:** Publish ([`8d03510`](https://github.com/ocadotechnology/codeforlife/commit/8d035102b6a8d42507a996173c5327a6ca913ffa))
* **pipeline:** Changelog ([`5935adf`](https://github.com/ocadotechnology/codeforlife/commit/5935adfdb12f5ccbf936e1b2e13ae15d6ee24ddf))
* **pipeline:** Test ([`3276de2`](https://github.com/ocadotechnology/codeforlife/commit/3276de2c845105f58e9f6757d3771b97e7c1fdd3))
* **pipeline:** Test ([`81ca4c9`](https://github.com/ocadotechnology/codeforlife/commit/81ca4c962d095498e469153c0fc285c9d8077c95))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# TODO: Dynamically set from GitHub action on push/merge.
# On push, a new release of this package will be created in GitHub actions.
# VERSION will be set to be the same as the new release version.
__version__ = "0.0.0"
__version__ = "0.1.0"


with open("requirements.txt", "r", encoding="utf-8") as requirements:
Expand Down

0 comments on commit 02e4a88

Please sign in to comment.