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