Skip to content

Commit 2ba4f80

Browse files
committed
Set version info and settings back to development mode
- Legacy-Id: 5472
1 parent 67a5fd8 commit 2ba4f80

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 -*-
22
# Copyright The IETF Trust 2007, All Rights Reserved
33

4-
__version__ = "4.41"
4+
__version__ = "4.42-dev"
55

66
__date__ = "$Date$"
77

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

1010
__id__ = "$Id$"

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
sys.path.append(os.path.abspath(BASE_DIR + "/.."))
1818
sys.path.append(os.path.abspath(BASE_DIR + "/../redesign"))
1919

20-
DEBUG = False
20+
DEBUG = True
2121
TEMPLATE_DEBUG = DEBUG
2222

2323
# Domain name of the IETF
@@ -187,7 +187,7 @@
187187
# Valid values:
188188
# 'production', 'test', 'development'
189189
# Override this in settings_local.py if it's not true
190-
SERVER_MODE = 'production'
190+
SERVER_MODE = 'development'
191191

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

0 commit comments

Comments
 (0)