Skip to content

Commit 8c1d9e6

Browse files
committed
Set version of the trunk to 2.xx-trunk after branching off 2.00
- Legacy-Id: 729
1 parent 799d4e9 commit 8c1d9e6

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

55
__date__ = "$Date$"
66

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

99
__id__ = "$Id$"

ietf/settings.py

Lines changed: 2 additions & 2 deletions
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 = False
15+
DEBUG = True
1616
TEMPLATE_DEBUG = DEBUG
1717

1818
ADMINS = (
@@ -150,7 +150,7 @@
150150
# Valid values:
151151
# 'production', 'test', 'development'
152152
# Override this in settings_local.py if it's not true
153-
SERVER_MODE = 'production'
153+
SERVER_MODE = 'development'
154154

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

0 commit comments

Comments
 (0)