We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48b19a commit 0f8eddfCopy full SHA for 0f8eddf
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.130.1.dev0"
+__version__ = "6.130.1"
9
10
# set this to ".p1", ".p2", etc. after patching
11
__patch__ = ""
12
13
__date__ = "$Date$"
14
15
-__rev__ = "$Rev$ (dev) Latest release: Rev. 17787 "
+__rev__ = "$Rev$"
16
17
__id__ = "$Id$"
ietf/settings.py
@@ -47,13 +47,13 @@
47
from ietf import __version__
48
import debug
49
50
-DEBUG = True
+DEBUG = False
51
debug.debug = DEBUG
52
53
# Valid values:
54
# 'production', 'test', 'development'
55
# Override this in settings_local.py if it's not the desired setting:
56
-SERVER_MODE = 'development'
+SERVER_MODE = 'production'
57
58
# Domain name of the IETF
59
IETF_DOMAIN = 'ietf.org'
0 commit comments