We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46ddbe commit 40fac7aCopy full SHA for 40fac7a
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.2.0"
+__version__ = "7.2.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. 17927 "
16
17
__id__ = "$Id$"
ietf/settings.py
@@ -30,13 +30,13 @@
30
from ietf import __version__
31
import debug
32
33
-DEBUG = False
+DEBUG = True
34
debug.debug = DEBUG
35
36
# Valid values:
37
# 'production', 'test', 'development'
38
# Override this in settings_local.py if it's not the desired setting:
39
-SERVER_MODE = 'production'
+SERVER_MODE = 'development'
40
41
# Domain name of the IETF
42
IETF_DOMAIN = 'ietf.org'
0 commit comments