Skip to content

Commit 87e30b1

Browse files
committed
Set version info to release version 6.62.1 before branching.
- Legacy-Id: 14145
1 parent c9b1ae2 commit 87e30b1

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
@@ -4,13 +4,13 @@
44
import checks # pyflakes:ignore
55

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

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

1212
__date__ = "$Date$"
1313

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

1616
__id__ = "$Id$"

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
from ietf import __version__
2727
import debug
2828

29-
DEBUG = True
29+
DEBUG = False
3030
debug.debug = DEBUG
3131

3232
# Valid values:
3333
# 'production', 'test', 'development'
3434
# Override this in settings_local.py if it's not the desired setting:
35-
SERVER_MODE = 'development'
35+
SERVER_MODE = 'production'
3636

3737
# Domain name of the IETF
3838
IETF_DOMAIN = 'ietf.org'

0 commit comments

Comments
 (0)