Skip to content

Commit c628678

Browse files
committed
Set version info to release version 6.116.1 before branching.
- Legacy-Id: 17241
1 parent 40ce0d2 commit c628678

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from . import checks # pyflakes:ignore
88

99
# Don't add patch number here:
10-
__version__ = "6.116.1.dev0"
10+
__version__ = "6.116.1"
1111

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

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
from ietf import __version__
5050
import debug
5151

52-
DEBUG = True
52+
DEBUG = False
5353
debug.debug = DEBUG
5454

5555
# Valid values:
5656
# 'production', 'test', 'development'
5757
# Override this in settings_local.py if it's not the desired setting:
58-
SERVER_MODE = 'development'
58+
SERVER_MODE = 'production'
5959

6060
# Domain name of the IETF
6161
IETF_DOMAIN = 'ietf.org'

0 commit comments

Comments
 (0)