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