Skip to content

Commit

Permalink
Update cassandra-driver to 3.12.0. Prepare for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
r4fek committed Nov 16, 2017
1 parent c9885f9 commit 4b5a014
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
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

# Do not forget to change version number in mkdocs.yml also!
__version__ = (1, 2, 2)
__version__ = (1, 3, 0)
__author__ = "Rafał Furmański"
__contact__ = "[email protected]"
__homepage__ = "http://github.com/r4fek/django-cassandra-engine"
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Django Cassandra Engine - CHANGELOG

## Verstion 1.3.0 (16.11.2017)

* Allow "schema_metadata_enabled" set to False in the connection options #105
(by awesome @bowensong)
* Update cassandra-driver to 3.12.0

## Version 1.2.2 (29.08.2017)

* Fix CassandraDatabaseSchemaEditor.create_model (#100)
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: 1.2.2
version: 1.3.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.11.0
cassandra-driver==3.12.0
Django>=1.9,<1.12
six>=1.6
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ deps =
tox
nose
django-nose
cassandra-driver==3.11.0
cassandra-driver==3.12.0
six==1.6
djangorestframework
basepython =
Expand Down

0 comments on commit 4b5a014

Please sign in to comment.