Skip to content

Commit

Permalink
Increase version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoMoreta committed May 22, 2024
1 parent e6028ca commit c49b932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD=
EMAIL_USE_TLS=True
EMAIL_SEND_FROM=
SENTRY_DSN=
SENTRY_DSN=
SENTRY_ENV=
2 changes: 1 addition & 1 deletion appmes/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
SECRET_KEY = env('SECRET_KEY')
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = env('DEBUG')
VERSION = "1.0"
VERSION = "2.0"

ALLOWED_HOSTS = env.list("ALLOWED_HOSTS")
ADMINS = env.list("ADMINS")
Expand Down

0 comments on commit c49b932

Please sign in to comment.