Skip to content

Commit a53b3e3

Browse files
committed
Set version info to release version 2.06 before branching.
- Legacy-Id: 967
1 parent ee287c8 commit a53b3e3

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.06-dev"
3+
__version__ = "2.06"
44

55
__date__ = "$Date$"
66

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

99
__id__ = "$Id$"

ietf/settings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

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

15-
DEBUG = True
15+
DEBUG = False
1616
TEMPLATE_DEBUG = DEBUG
1717

1818
ADMINS = (
@@ -154,7 +154,7 @@
154154
# Valid values:
155155
# 'production', 'test', 'development'
156156
# Override this in settings_local.py if it's not true
157-
SERVER_MODE = 'development'
157+
SERVER_MODE = 'production'
158158

159159
# The name of the method to use to invoke the test suite
160160
TEST_RUNNER = 'ietf.tests.run_tests'

0 commit comments

Comments
 (0)