Skip to content

Commit 1df82ab

Browse files
committed
Set version info to release version 5.11.0 before branching.
- Legacy-Id: 9031
1 parent ea8fa17 commit 1df82ab

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

3-
__version__ = "5.10.4-dev0"
3+
__version__ = "5.11.0"
44

55
__date__ = "$Date$"
66

7-
__rev__ = "$Rev$ (dev) Latest release: Rev. 9022 "
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
@@ -250,7 +250,7 @@ def skip_unreadable_post(record):
250250
# Valid values:
251251
# 'production', 'test', 'development'
252252
# Override this in settings_local.py if it's not true
253-
SERVER_MODE = 'development'
253+
SERVER_MODE = 'production'
254254

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

0 commit comments

Comments
 (0)