Skip to content

Commit fc26df0

Browse files
committed
Set version info to release version 2.42 before branching.
- Legacy-Id: 1959
1 parent 3876ed7 commit fc26df0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ietf/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Copyright The IETF Trust 2007, All Rights Reserved
22

3-
__version__ = "2.42-dev"
3+
__version__ = "2.42"
44

55
__date__ = "$Date$"
66

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

99
__id__ = "$Id$"

ietf/settings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
1313

14-
DEBUG = True
14+
DEBUG = False
1515
TEMPLATE_DEBUG = DEBUG
1616

1717
# Domain name of the IETF
@@ -151,7 +151,7 @@
151151
# Valid values:
152152
# 'production', 'test', 'development'
153153
# Override this in settings_local.py if it's not true
154-
SERVER_MODE = 'development'
154+
SERVER_MODE = 'production'
155155

156156
# The name of the method to use to invoke the test suite
157157
TEST_RUNNER = 'ietf.utils.test_runner.run_tests'

0 commit comments

Comments
 (0)