Skip to content

Commit

Permalink
Merge pull request #718 from MTES-MCT/feat-version-8.3
Browse files Browse the repository at this point in the history
Bump version à 8.3.0
  • Loading branch information
alexisig authored Nov 11, 2024
2 parents 99002aa + bbb685b commit 905911f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from sentry_sdk.integrations.django import DjangoIntegration
from sentry_sdk.integrations.redis import RedisIntegration

OFFICIAL_VERSION = "8.2.0"
OFFICIAL_VERSION = "8.3.0"


root = environ.Path(__file__) - 2 # get root of the project
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sparte",
"version": "8.2.0",
"version": "8.3.0",
"private": true,
"scripts": {
"dev": "webpack serve --mode development",
Expand Down

0 comments on commit 905911f

Please sign in to comment.