We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe6e2f commit ebfebdeCopy full SHA for ebfebde
2 files changed
ietf/__init__.py
@@ -2,13 +2,13 @@
2
import checks # pyflakes:ignore
3
4
# Don't add patch number here:
5
-__version__ = "6.8.0"
+__version__ = "6.8.1.dev0"
6
7
# set this to ".p1", ".p2", etc. after patching
8
__patch__ = ""
9
10
__date__ = "$Date$"
11
12
-__rev__ = "$Rev$"
+__rev__ = "$Rev$ (dev) Latest release: Rev. 10373 "
13
14
__id__ = "$Id$"
ietf/settings.py
@@ -23,13 +23,13 @@
23
24
from ietf import __version__
25
26
-DEBUG = False
+DEBUG = True
27
TEMPLATE_DEBUG = DEBUG
28
29
# Valid values:
30
# 'production', 'test', 'development'
31
# Override this in settings_local.py if it's not the desired setting:
32
-SERVER_MODE = 'production'
+SERVER_MODE = 'development'
33
34
# Domain name of the IETF
35
IETF_DOMAIN = 'ietf.org'
0 commit comments