Skip to content

Commit 09c13ee

Browse files
committed
Set version info to release version 7.24.0 before branching.
- Legacy-Id: 18774
1 parent 5bce7e3 commit 09c13ee

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
@@ -5,13 +5,13 @@
55
from . import checks # pyflakes:ignore
66

77
# Don't add patch number here:
8-
__version__ = "7.23.1.dev0"
8+
__version__ = "7.24.0"
99

1010
# set this to ".p1", ".p2", etc. after patching
1111
__patch__ = ""
1212

1313
__date__ = "$Date$"
1414

15-
__rev__ = "$Rev$ (dev) Latest release: Rev. 18707 "
15+
__rev__ = "$Rev$"
1616

1717
__id__ = "$Id$"

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
from ietf import __version__
3232
import debug
3333

34-
DEBUG = True
34+
DEBUG = False
3535
debug.debug = DEBUG
3636

3737
# Valid values:
3838
# 'production', 'test', 'development'
3939
# Override this in settings_local.py if it's not the desired setting:
40-
SERVER_MODE = 'development'
40+
SERVER_MODE = 'production'
4141

4242
# Domain name of the IETF
4343
IETF_DOMAIN = 'ietf.org'

0 commit comments

Comments
 (0)