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