Skip to content

Commit b538465

Browse files
committed
Set version info and settings back to development mode
- Legacy-Id: 17625
1 parent 771b3f3 commit b538465

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
@@ -5,13 +5,13 @@
55
from . import checks # pyflakes:ignore
66

77
# Don't add patch number here:
8-
__version__ = "6.127.0"
8+
__version__ = "6.127.1.dev0"
99

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

1313
__date__ = "$Date$"
1414

15-
__rev__ = "$Rev$"
15+
__rev__ = "$Rev$ (dev) Latest release: Rev. 17623 "
1616

1717
__id__ = "$Id$"

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
from ietf import __version__
4646
import debug
4747

48-
DEBUG = False
48+
DEBUG = True
4949
debug.debug = DEBUG
5050

5151
# Valid values:
5252
# 'production', 'test', 'development'
5353
# Override this in settings_local.py if it's not the desired setting:
54-
SERVER_MODE = 'production'
54+
SERVER_MODE = 'development'
5555

5656
# Domain name of the IETF
5757
IETF_DOMAIN = 'ietf.org'

0 commit comments

Comments
 (0)