We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa645f commit c05562cCopy full SHA for c05562c
2 files changed
ietf/__init__.py
@@ -7,13 +7,13 @@
7
from . import checks # pyflakes:ignore
8
9
# Don't add patch number here:
10
-__version__ = "6.106.0"
+__version__ = "6.106.1.dev0"
11
12
# set this to ".p1", ".p2", etc. after patching
13
__patch__ = ""
14
15
__date__ = "$Date$"
16
17
-__rev__ = "$Rev$"
+__rev__ = "$Rev$ (dev) Latest release: Rev. 16871 "
18
19
__id__ = "$Id$"
ietf/settings.py
@@ -49,13 +49,13 @@
49
from ietf import __version__
50
import debug
51
52
-DEBUG = False
+DEBUG = True
53
debug.debug = DEBUG
54
55
# Valid values:
56
# 'production', 'test', 'development'
57
# Override this in settings_local.py if it's not the desired setting:
58
-SERVER_MODE = 'production'
+SERVER_MODE = 'development'
59
60
# Domain name of the IETF
61
IETF_DOMAIN = 'ietf.org'
0 commit comments