File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22# -*- coding: utf-8 -*-
33
44# Do not forget to change version number in mkdocs.yml also!
5- __version__ = (0 , 11 , 0 )
5+ __version__ = (0 , 11 , 1 )
66__author__ = "Rafał Furmański"
77__contact__ = "r.furmanski@gmail.com"
88__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.11.1 (01.09.2016)
4+
5+ * Fix for #70 "AttributeError: operators (by @bezineb5 )
6+ * Fix #72 : Django 1.10 ` makemigrations ` issue
7+ * Fix #74 : supress emit_post_migrate_signal in sync_cassandra (by @jamey )
8+
39## Version 0.11.0 (05.08.2016)
410
511* Fix #69 : Replace NoArgsCommand with BaseCommand to accommodate 1.10 upgrade (by @BenBrostoff )
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.11.0
15+ version : 0.11.1
1616 logo : images/dj_cassandra.png
1717 author :
1818 github : r4fek
You can’t perform that action at this time.
0 commit comments