Skip to content

Commit 045d41b

Browse files
committed
Set version info to release version 5.5.0 before branching.
- Legacy-Id: 7868
1 parent 84c3c9c commit 045d41b

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
@@ -4,6 +4,6 @@
44

55
__date__ = "$Date$"
66

7-
__rev__ = "$Rev$ (dev) Latest release: Rev. 7829 "
7+
__rev__ = "$Rev$"
88

99
__id__ = "$Id$"

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import sys
2020
sys.path.append(os.path.abspath(BASE_DIR + "/.."))
2121

22-
DEBUG = True
22+
DEBUG = False
2323
TEMPLATE_DEBUG = DEBUG
2424

2525
# Domain name of the IETF
@@ -238,7 +238,7 @@ def skip_suspicious_operations(record):
238238
# Valid values:
239239
# 'production', 'test', 'development'
240240
# Override this in settings_local.py if it's not true
241-
SERVER_MODE = 'development'
241+
SERVER_MODE = 'production'
242242

243243
# The name of the method to use to invoke the test suite
244244
TEST_RUNNER = 'ietf.utils.test_runner.IetfTestRunner'

0 commit comments

Comments
 (0)