File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
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.8.0
15+ version : 0.8.1
1616 logo : images/dj_cassandra.png
1717 author :
1818 github : r4fek
Original file line number Diff line number Diff line change 1- cassandra-driver == 3.2.1
1+ cassandra-driver == 3.2.2
22Django < 1.10
33six >= 1.6
You can’t perform that action at this time.
0 commit comments