diff --git a/iogt/settings/production.py b/iogt/settings/production.py index 89189f545..092715f10 100644 --- a/iogt/settings/production.py +++ b/iogt/settings/production.py @@ -41,7 +41,7 @@ }, } -SITE_VERSION = '2.7.0' +SITE_VERSION = '2.7.1' try: from .local import *