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