We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf3c74 commit 226e0e1Copy full SHA for 226e0e1
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.95.1"
+__version__ = "6.95.2.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. 16171 "
15
16
__id__ = "$Id$"
ietf/settings.py
@@ -35,13 +35,13 @@
35
from ietf import __version__
36
import debug
37
38
-DEBUG = False
+DEBUG = True
39
debug.debug = DEBUG
40
41
# Valid values:
42
# 'production', 'test', 'development'
43
# Override this in settings_local.py if it's not the desired setting:
44
-SERVER_MODE = 'production'
+SERVER_MODE = 'development'
45
46
# Domain name of the IETF
47
IETF_DOMAIN = 'ietf.org'
0 commit comments