Skip to content

Commit

Permalink
v1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
trbs committed Jan 10, 2018
1 parent 9d8425e commit 74358ee
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, 9, 'DEV')
VERSION = (1, 9, 9)

# 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.8'
release = '1.9.9'

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

0 comments on commit 74358ee

Please sign in to comment.