Skip to content

Commit a3edd91

Browse files
committed
Set version info and settings back to development mode
- Legacy-Id: 17209
1 parent e888c09 commit a3edd91

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from . import checks # pyflakes:ignore
88

99
# Don't add patch number here:
10-
__version__ = "6.116.0"
10+
__version__ = "6.116.1.dev0"
1111

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

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
from ietf import __version__
5050
import debug
5151

52-
DEBUG = False
52+
DEBUG = True
5353
debug.debug = DEBUG
5454

5555
# Valid values:
5656
# 'production', 'test', 'development'
5757
# Override this in settings_local.py if it's not the desired setting:
58-
SERVER_MODE = 'production'
58+
SERVER_MODE = 'development'
5959

6060
# Domain name of the IETF
6161
IETF_DOMAIN = 'ietf.org'

0 commit comments

Comments
 (0)