Skip to content

Commit 8122d55

Browse files
committed
Update cassandra-driver to 3.2.1
1 parent eac906e commit 8122d55

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ All tools you need to start your journey with Apache Cassandra and Django Framew
77
[![Downloads](https://img.shields.io/pypi/dm/django-cassandra-engine.svg "Downloads")](https://pypi.python.org/pypi/django-cassandra-engine/)
88
[![CI](https://api.travis-ci.org/r4fek/django-cassandra-engine.svg?branch=master "CI")](https://travis-ci.org/r4fek/django-cassandra-engine)
99
[![Code climate](https://codeclimate.com/github/r4fek/django-cassandra-engine/badges/gpa.svg "Code climate")](https://codeclimate.com/github/r4fek/django-cassandra-engine)
10-
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/r4fek/django-cassandra-engine/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
1110

1211
## Features ##
1312

django_cassandra_engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

4-
__version__ = (0, 8, 0)
4+
__version__ = (0, 8, 1)
55
__author__ = "Rafał Furmański"
66
__contact__ = "r.furmanski@gmail.com"
77
__homepage__ = "http://github.com/r4fek/django-cassandra-engine"

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Django Cassandra Engine - CHANGELOG
22

3+
## Version 0.8.1 (20.04.2016)
4+
5+
* Update `cassandra-driver` to 3.2.2 (check PYTHON-547).
6+
37
## Version 0.8.0 (18.04.2016)
48

59
* Update `cassandra-driver` to 3.2.1

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.8.0
15+
version: 0.8.1
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.2.1
1+
cassandra-driver==3.2.2
22
Django<1.10
33
six>=1.6

0 commit comments

Comments
 (0)