We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87bd68 commit 771b3f3Copy full SHA for 771b3f3
2 files changed
ietf/__init__.py
@@ -5,13 +5,13 @@
5
from . import checks # pyflakes:ignore
6
7
# Don't add patch number here:
8
-__version__ = "6.124.1.dev0"
+__version__ = "6.127.0"
9
10
# set this to ".p1", ".p2", etc. after patching
11
__patch__ = ""
12
13
__date__ = "$Date$"
14
15
-__rev__ = "$Rev$ (dev) Latest release: Rev. 17582 "
+__rev__ = "$Rev$"
16
17
__id__ = "$Id$"
ietf/settings.py
@@ -45,13 +45,13 @@
45
from ietf import __version__
46
import debug
47
48
-DEBUG = True
+DEBUG = False
49
debug.debug = DEBUG
50
51
# Valid values:
52
# 'production', 'test', 'development'
53
# Override this in settings_local.py if it's not the desired setting:
54
-SERVER_MODE = 'development'
+SERVER_MODE = 'production'
55
56
# Domain name of the IETF
57
IETF_DOMAIN = 'ietf.org'
0 commit comments