Skip to content

Commit

Permalink
v1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
trbs committed Dec 3, 2017
1 parent 80a6168 commit 41b30ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_extensions/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
VERSION = (1, 9, 8, 'DEV')
VERSION = (1, 9, 8)

# Dynamically calculate the version based on VERSION tuple
if len(VERSION) > 2 and VERSION[2] is not None:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '1.9'
# The full version, including alpha/beta/rc tags.
release = '1.9.7'
release = '1.9.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 41b30ea

Please sign in to comment.