File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/python
22# -*- coding: utf-8 -*-
33
4- __version__ = (0 , 9 , 0 )
4+ # Do not forget to change version number in mkdocs.yml also!
5+ __version__ = (0 , 10 , 0 )
56__author__ = "Rafał Furmański"
67__contact__ = "r.furmanski@gmail.com"
78__homepage__ = "http://github.com/r4fek/django-cassandra-engine"
Original file line number Diff line number Diff line change 11# Django Cassandra Engine - CHANGELOG
22
3+ ## Version 0.10.0 (10.06.2016)
4+
5+ * Update to emit post migrate signal (by @kamal-una )
6+ * Update ` cassandra-driver ` to 3.4.1
7+
38## Version 0.9.0 (11.05.2016)
49
510* Update ` cassandra-driver ` to 3.3.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repo_url: https://github.com/r4fek/django-cassandra-engine
1212
1313# Options
1414extra :
15- version : 0.9 .0
15+ version : 0.10 .0
1616 logo : images/dj_cassandra.png
1717 author :
1818 github : r4fek
Original file line number Diff line number Diff line change 1- cassandra-driver == 3.3.0
1+ cassandra-driver == 3.4.1
22Django < 1.10
33six >= 1.6
You can’t perform that action at this time.
0 commit comments