Skip to content

Commit 215f99f

Browse files
committed
Set version info and settings back to development mode
- Legacy-Id: 15000
1 parent 6567666 commit 215f99f

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.77.1"
7+
__version__ = "6.77.2.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. 14998 "
1515

1616
__id__ = "$Id$"

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
from ietf import __version__
3333
import debug
3434

35-
DEBUG = False
35+
DEBUG = True
3636
debug.debug = DEBUG
3737

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

4343
# Domain name of the IETF
4444
IETF_DOMAIN = 'ietf.org'

0 commit comments

Comments
 (0)