Skip to content

Commit 407d208

Browse files
author
Sumit Chachra
committed
Version bump and README fix.
1 parent 8dab6b2 commit 407d208

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,10 @@ This open-source app is brought to you by Tivix, Inc. ( http://tivix.com/ )
217217
Changelog
218218
=========
219219

220+
0.9.2
221+
-----
222+
- Change for Django 2.X
223+
220224
0.9.1
221225
-----
222226
- Change for Django 1.10 - render() must be called with a dict, not a Context

django_common/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import print_function, unicode_literals, with_statement, division
22

3-
VERSION = '0.9.1'
3+
VERSION = '0.9.2'

0 commit comments

Comments
 (0)