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