Skip to content

Commit

Permalink
Update cassandra-driver to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r4fek committed Apr 20, 2016
1 parent eac906e commit 8122d55
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ All tools you need to start your journey with Apache Cassandra and Django Framew
[![Downloads](https://img.shields.io/pypi/dm/django-cassandra-engine.svg "Downloads")](https://pypi.python.org/pypi/django-cassandra-engine/)
[![CI](https://api.travis-ci.org/r4fek/django-cassandra-engine.svg?branch=master "CI")](https://travis-ci.org/r4fek/django-cassandra-engine)
[![Code climate](https://codeclimate.com/github/r4fek/django-cassandra-engine/badges/gpa.svg "Code climate")](https://codeclimate.com/github/r4fek/django-cassandra-engine)
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/r4fek/django-cassandra-engine/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

## Features ##

Expand Down
2 changes: 1 addition & 1 deletion django_cassandra_engine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

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

## Version 0.8.1 (20.04.2016)

* Update `cassandra-driver` to 3.2.2 (check PYTHON-547).

## Version 0.8.0 (18.04.2016)

* Update `cassandra-driver` to 3.2.1
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.8.0
version: 0.8.1
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.2.1
cassandra-driver==3.2.2
Django<1.10
six>=1.6

0 comments on commit 8122d55

Please sign in to comment.