We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e8e4a commit 81bc175Copy full SHA for 81bc175
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.101.0"
+__version__ = "6.101.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. 16721 "
18
19
__id__ = "$Id$"
ietf/settings.py
@@ -46,13 +46,13 @@
46
from ietf import __version__
47
import debug
48
49
-DEBUG = False
+DEBUG = True
50
debug.debug = DEBUG
51
52
# Valid values:
53
# 'production', 'test', 'development'
54
# Override this in settings_local.py if it's not the desired setting:
55
-SERVER_MODE = 'production'
+SERVER_MODE = 'development'
56
57
# Domain name of the IETF
58
IETF_DOMAIN = 'ietf.org'
0 commit comments