Skip to content

Commit

Permalink
release: 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Kowal committed Jan 25, 2025
1 parent 6ed33b9 commit c15fbcd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ✨ Django React Starter ✨

![Coverage](https://badgen.net/badge/coverage/%3E90%25/pink)
![Tag](https://badgen.net/badge/tag/3.1.2/orange)
![Tag](https://badgen.net/badge/tag/3.2.0/orange)
![Licence](https://badgen.net/badge/licence/MIT)

- [✨ Django React Starter ✨](#-django-react-starter-)
Expand Down
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "backend"
version = "3.1.2"
version = "3.2.0"
requires-python = ">=3.12"
dependencies = [
"celery>=5.4.0",
Expand Down
2 changes: 1 addition & 1 deletion backend/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "3.1.2",
"version": "3.2.0",
"private": true,
"homepage": "/",
"scripts": {
Expand Down

0 comments on commit c15fbcd

Please sign in to comment.