Skip to content

Commit a966413

Browse files
committed
Set version info and settings back to development mode
- Legacy-Id: 15471
1 parent f138acf commit a966413

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
@@ -4,13 +4,13 @@
44
import checks # pyflakes:ignore
55

66
# Don't add patch number here:
7-
__version__ = "6.84.0"
7+
__version__ = "6.84.1.dev0"
88

99
# set this to ".p1", ".p2", etc. after patching
1010
__patch__ = ""
1111

1212
__date__ = "$Date$"
1313

14-
__rev__ = "$Rev$"
14+
__rev__ = "$Rev$ (dev) Latest release: Rev. 15469 "
1515

1616
__id__ = "$Id$"

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
from ietf import __version__
3535
import debug
3636

37-
DEBUG = False
37+
DEBUG = True
3838
debug.debug = DEBUG
3939

4040
# Valid values:
4141
# 'production', 'test', 'development'
4242
# Override this in settings_local.py if it's not the desired setting:
43-
SERVER_MODE = 'production'
43+
SERVER_MODE = 'development'
4444

4545
# Domain name of the IETF
4646
IETF_DOMAIN = 'ietf.org'

0 commit comments

Comments
 (0)