Skip to content

Commit

Permalink
Update version of cassandra-driver to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r4fek committed May 11, 2016
1 parent a69f527 commit f1e82d1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
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, 1)
__version__ = (0, 9, 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.9.0 (11.05.2016)

* Update `cassandra-driver` to 3.3.0
* Update FAQ about uwsgi support

## Version 0.8.1 (20.04.2016)

* Update `cassandra-driver` to 3.2.2 (check PYTHON-547).
Expand Down
3 changes: 2 additions & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ Or if 'cassandra' is your secondary DB alias:
## **Q: is uWSGI supported?**

A: Yes, uWSGI is supported by default.
It works best with `retry_connect` set to `True`.
It works best with `retry_connect` set to `True` (in django settings).
It also requires that `lazy-apps = True` is set in `uwsgi.ini`.
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.1
version: 0.9.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.2.2
cassandra-driver==3.3.0
Django<1.10
six>=1.6

0 comments on commit f1e82d1

Please sign in to comment.