Skip to content

Commit 5790abc

Browse files
committed
Fix #65: Upgrade C* driver to 3.4.1
1 parent 8fd47ab commit 5790abc

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

django_cassandra_engine/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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"

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repo_url: https://github.com/r4fek/django-cassandra-engine
1212

1313
# Options
1414
extra:
15-
version: 0.9.0
15+
version: 0.10.0
1616
logo: images/dj_cassandra.png
1717
author:
1818
github: r4fek

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
cassandra-driver==3.3.0
1+
cassandra-driver==3.4.1
22
Django<1.10
33
six>=1.6

0 commit comments

Comments
 (0)