Skip to content

Commit c05562c

Browse files
committed
Set version info and settings back to development mode
- Legacy-Id: 16873
1 parent 8aa645f commit c05562c

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

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

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

1515
__date__ = "$Date$"
1616

17-
__rev__ = "$Rev$"
17+
__rev__ = "$Rev$ (dev) Latest release: Rev. 16871 "
1818

1919
__id__ = "$Id$"

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)