Skip to content

Commit 7daed3f

Browse files
committed
Set version info to release version 2.29 before branching.
- Legacy-Id: 1606
1 parent 2467832 commit 7daed3f

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__ = "2.29-dev"
3+
__version__ = "2.29"
44

55
__date__ = "$Date$"
66

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

99
__id__ = "$Id$"

ietf/settings.py

Lines changed: 2 additions & 2 deletions
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
@@ -156,7 +156,7 @@
156156
# Valid values:
157157
# 'production', 'test', 'development'
158158
# Override this in settings_local.py if it's not true
159-
SERVER_MODE = 'development'
159+
SERVER_MODE = 'production'
160160

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

0 commit comments

Comments
 (0)