Skip to content

Commit

Permalink
chore: update version to 3.3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sboh1214 committed Jul 14, 2023
1 parent 84bdeec commit 7d4b96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otlplus/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def ugettext(s):
LOGIN_URL = "/session/login/"
LOGOUT_URL = "/session/logout/"

VERSION = "3.3.0.0"
VERSION = "3.3.1.0"

try:
from settings_local import * # pylint: disable=wildcard-import, unused-wildcard-import
Expand Down

0 comments on commit 7d4b96c

Please sign in to comment.