Skip to content

Commit

Permalink
Set version info to release version 6.7.0 before branching.
Browse files Browse the repository at this point in the history
 - Legacy-Id: 10261
  • Loading branch information
levkowetz committed Oct 22, 2015
1 parent 5af15fd commit 896ba78
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
Expand Up @@ -2,13 +2,13 @@
import checks # pyflakes:ignore

# Don't add patch number here:
__version__ = "6.6.2.dev0"
__version__ = "6.7.0"

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

__date__ = "$Date$"

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

__id__ = "$Id$"
4 changes: 2 additions & 2 deletions ietf/settings.py
Expand Up @@ -23,13 +23,13 @@

from ietf import __version__

DEBUG = True
DEBUG = False
TEMPLATE_DEBUG = DEBUG

# 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 896ba78

Please sign in to comment.