Skip to content

Commit

Permalink
Set version info to release version 7.45.0 before branching.
Browse files Browse the repository at this point in the history
 - Legacy-Id: 19938
  • Loading branch information
rjsparks committed Feb 15, 2022
1 parent 0ae9b8d commit cca8f00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ietf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
from . import checks # pyflakes:ignore

# Don't add patch number here:
__version__ = "7.44.1.dev0"
__version__ = "7.45.0"

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

__date__ = "$Date$"

__rev__ = "$Rev$ (dev) Latest release: Rev. 19888 "
__rev__ = "$Rev$"

__id__ = "$Id$"
4 changes: 2 additions & 2 deletions ietf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
from ietf import __version__
import debug

DEBUG = True
DEBUG = False
debug.debug = DEBUG

DEBUG_AGENDA = False

# Valid values:
# 'production', 'test', 'development'
# Override this in settings_local.py if it's not the desired setting:
SERVER_MODE = 'development'
SERVER_MODE = 'production'

# Domain name of the IETF
IETF_DOMAIN = 'ietf.org'
Expand Down

0 comments on commit cca8f00

Please sign in to comment.