Skip to content

Commit 79f14d9

Browse files
committed
Set version info to release version 5.0.0 before branching.
- Legacy-Id: 7185
1 parent e53abf6 commit 79f14d9

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,10 +1,10 @@
11
# -*- coding: utf-8-no-bom -*-
22
# Copyright The IETF Trust 2007, All Rights Reserved
33

4-
__version__ = "5.0.0-dev"
4+
__version__ = "5.0.0"
55

66
__date__ = "$Date$"
77

8-
__rev__ = "$Rev$ (dev) Latest release: Rev. 7033 "
8+
__rev__ = "$Rev$"
99

1010
__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
@@ -218,7 +218,7 @@
218218
# Valid values:
219219
# 'production', 'test', 'development'
220220
# Override this in settings_local.py if it's not true
221-
SERVER_MODE = 'development'
221+
SERVER_MODE = 'production'
222222

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

0 commit comments

Comments
 (0)