Skip to content

Commit f0fcc50

Browse files
committed
Set version info to release version 5.4.0 before branching.
- Legacy-Id: 7631
1 parent 6e0b5c9 commit f0fcc50

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
@@ -1,9 +1,9 @@
11
# Copyright The IETF Trust 2007, All Rights Reserved
22

3-
__version__ = "5.3.2-dev"
3+
__version__ = "5.4.0"
44

55
__date__ = "$Date$"
66

7-
__rev__ = "$Rev$ (dev) Latest release: Rev. 7615 "
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
@@ -239,7 +239,7 @@ def skip_suspicious_operations(record):
239239
# Valid values:
240240
# 'production', 'test', 'development'
241241
# Override this in settings_local.py if it's not true
242-
SERVER_MODE = 'development'
242+
SERVER_MODE = 'production'
243243

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

0 commit comments

Comments
 (0)