Skip to content

Commit

Permalink
Prepare for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
r4fek committed Oct 31, 2016
1 parent e08eebd commit 38f8211
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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, 0)
__version__ = (1, 0, 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 1.0.1 (31.10.2016)

* Fix #82: Support `cassandra-driver==3.7.1`

## Version 1.0 (25.10.2016)

* Fix #66: `_meta` API support (by awesome @richardasaurus)
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.0
version: 1.0.1
logo: images/dj_cassandra.png
author:
github: r4fek
Expand Down

0 comments on commit 38f8211

Please sign in to comment.