Skip to content

Commit b0880b3

Browse files
committed
Set version info and settings back to development mode
- Legacy-Id: 11599
1 parent 2429eb1 commit b0880b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ietf/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
import checks # pyflakes:ignore
33

44
# Don't add patch number here:
5-
__version__ = "6.27.0"
5+
__version__ = "6.27.1.dev0"
66

77
# set this to ".p1", ".p2", etc. after patching
88
__patch__ = ""
99

1010
__date__ = "$Date$"
1111

12-
__rev__ = "$Rev$"
12+
__rev__ = "$Rev$ (dev) Latest release: Rev. 11597 "
1313

1414
__id__ = "$Id$"

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323

2424
from ietf import __version__
2525

26-
DEBUG = False
26+
DEBUG = True
2727
TEMPLATE_DEBUG = DEBUG
2828

2929
# Valid values:
3030
# 'production', 'test', 'development'
3131
# Override this in settings_local.py if it's not the desired setting:
32-
SERVER_MODE = 'production'
32+
SERVER_MODE = 'development'
3333

3434
# Domain name of the IETF
3535
IETF_DOMAIN = 'ietf.org'

0 commit comments

Comments
 (0)