Skip to content

Commit

Permalink
Fix #65: Upgrade C* driver to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r4fek committed Jun 10, 2016
1 parent 8fd47ab commit 5790abc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion django_cassandra_engine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

__version__ = (0, 9, 0)
# Do not forget to change version number in mkdocs.yml also!
__version__ = (0, 10, 0)
__author__ = "Rafał Furmański"
__contact__ = "[email protected]"
__homepage__ = "http://github.com/r4fek/django-cassandra-engine"
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Django Cassandra Engine - CHANGELOG

## Version 0.10.0 (10.06.2016)

* Update to emit post migrate signal (by @kamal-una)
* Update `cassandra-driver` to 3.4.1

## Version 0.9.0 (11.05.2016)

* Update `cassandra-driver` to 3.3.0
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repo_url: https://github.com/r4fek/django-cassandra-engine

# Options
extra:
version: 0.9.0
version: 0.10.0
logo: images/dj_cassandra.png
author:
github: r4fek
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cassandra-driver==3.3.0
cassandra-driver==3.4.1
Django<1.10
six>=1.6

0 comments on commit 5790abc

Please sign in to comment.