Skip to content

Commit

Permalink
Update version after telecontrollo function fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Jun 19, 2023
1 parent 42c369e commit 557adf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from app.utils import TemplateWithDefaults
from django_auth_ldap.config import LDAPSearch, GroupOfNamesType

APP_VERSION = '1.41.3 (14/06/2023)'
APP_VERSION = '1.41.4 (19/06/2023)'

# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
Expand Down

0 comments on commit 557adf4

Please sign in to comment.