Skip to content

Commit 430f313

Browse files
committed
Set version info and settings back to development mode
- Legacy-Id: 14733
1 parent 687d1e1 commit 430f313

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.74.0"
7+
__version__ = "6.74.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. 14731 "
1515

1616
__id__ = "$Id$"

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
from ietf import __version__
2929
import debug
3030

31-
DEBUG = False
31+
DEBUG = True
3232
debug.debug = DEBUG
3333

3434
# Valid values:
3535
# 'production', 'test', 'development'
3636
# Override this in settings_local.py if it's not the desired setting:
37-
SERVER_MODE = 'production'
37+
SERVER_MODE = 'development'
3838

3939
# Domain name of the IETF
4040
IETF_DOMAIN = 'ietf.org'

0 commit comments

Comments
 (0)