Skip to content

Commit 4b7c8cb

Browse files
committed
Set version info to release version 6.98.0 before branching.
- Legacy-Id: 16266
1 parent 2c4c292 commit 4b7c8cb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

ietf/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Copyright The IETF Trust 2007, All Rights Reserved
1+
# Copyright The IETF Trust 2007-2019, All Rights Reserved
22
# -*- coding: utf-8 -*-
33

44
import checks # pyflakes:ignore
55

66
# Don't add patch number here:
7-
__version__ = "6.97.2.dev0"
7+
__version__ = "6.98.0"
88

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

1212
__date__ = "$Date$"
1313

14-
__rev__ = "$Rev$ (dev) Latest release: Rev. 16244 "
14+
__rev__ = "$Rev$"
1515

1616
__id__ = "$Id$"

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
from ietf import __version__
3838
import debug
3939

40-
DEBUG = True
40+
DEBUG = False
4141
debug.debug = DEBUG
4242

4343
# Valid values:
4444
# 'production', 'test', 'development'
4545
# Override this in settings_local.py if it's not the desired setting:
46-
SERVER_MODE = 'development'
46+
SERVER_MODE = 'production'
4747

4848
# Domain name of the IETF
4949
IETF_DOMAIN = 'ietf.org'

0 commit comments

Comments
 (0)