We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b1ae2 commit 87e30b1Copy full SHA for 87e30b1
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.62.1.dev0"
+__version__ = "6.62.1"
8
9
# set this to ".p1", ".p2", etc. after patching
10
__patch__ = ""
11
12
__date__ = "$Date$"
13
14
-__rev__ = "$Rev$ (dev) Latest release: Rev. 14131 "
+__rev__ = "$Rev$"
15
16
__id__ = "$Id$"
ietf/settings.py
@@ -26,13 +26,13 @@
26
from ietf import __version__
27
import debug
28
29
-DEBUG = True
+DEBUG = False
30
debug.debug = DEBUG
31
32
# Valid values:
33
# 'production', 'test', 'development'
34
# Override this in settings_local.py if it's not the desired setting:
35
-SERVER_MODE = 'development'
+SERVER_MODE = 'production'
36
37
# Domain name of the IETF
38
IETF_DOMAIN = 'ietf.org'
0 commit comments