We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2389cc commit d6c837aCopy full SHA for d6c837a
2 files changed
ietf/__init__.py
@@ -4,13 +4,13 @@
4
import checks # pyflakes:ignore
5
6
# Don't add patch number here:
7
-__version__ = "6.39.2.dev0"
+__version__ = "6.40.0"
8
9
# set this to ".p1", ".p2", etc. after patching
10
__patch__ = ""
11
12
__date__ = "$Date$"
13
14
-__rev__ = "$Rev$ (dev) Latest release: Rev. 12496 "
+__rev__ = "$Rev$"
15
16
__id__ = "$Id$"
ietf/settings.py
@@ -20,13 +20,13 @@
20
from ietf import __version__
21
import debug
22
23
-DEBUG = True
+DEBUG = False
24
debug.debug = DEBUG
25
26
# Valid values:
27
# 'production', 'test', 'development'
28
# Override this in settings_local.py if it's not the desired setting:
29
-SERVER_MODE = 'development'
+SERVER_MODE = 'production'
30
31
# Domain name of the IETF
32
IETF_DOMAIN = 'ietf.org'
0 commit comments