Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74358ee

Browse files
committed
v1.9.9
1 parent 9d8425e commit 74358ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_extensions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
VERSION = (1, 9, 9, 'DEV')
2+
VERSION = (1, 9, 9)
33

44
# Dynamically calculate the version based on VERSION tuple
55
if len(VERSION) > 2 and VERSION[2] is not None:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# The short X.Y version.
4848
version = '1.9'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.9.8'
50+
release = '1.9.9'
5151

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

0 commit comments

Comments
 (0)