Skip to content

Commit

Permalink
Version bump and README fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit Chachra committed Aug 4, 2018
1 parent 8dab6b2 commit 407d208
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ This open-source app is brought to you by Tivix, Inc. ( http://tivix.com/ )
Changelog
=========

0.9.2
-----
- Change for Django 2.X

0.9.1
-----
- Change for Django 1.10 - render() must be called with a dict, not a Context
Expand Down
2 changes: 1 addition & 1 deletion django_common/settings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import print_function, unicode_literals, with_statement, division

VERSION = '0.9.1'
VERSION = '0.9.2'

0 comments on commit 407d208

Please sign in to comment.