Skip to content

Commit

Permalink
Release v.1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r4fek committed Jul 26, 2018
1 parent 545279d commit e5df4ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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, 5, 2)
__version__ = (1, 5, 3)
__author__ = "Rafał Furmański"
__contact__ = "[email protected]"
__homepage__ = "http://github.com/r4fek/django-cassandra-engine"
Expand Down
5 changes: 1 addition & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Django Cassandra Engine - CHANGELOG

## Version 1.5.2 (26.07.2018)
## Version 1.5.3 (26.07.2018)

* Turn `schema_metadata_enabled` on while syncing database

## Version 1.5.1 (26.07.2018)

* Make get_cql_models connection aware

## Version 1.5.0 (14.06.2018)
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.5.2
version: 1.5.3
logo: images/dj_cassandra.png
author:
github: r4fek
Expand Down

0 comments on commit e5df4ed

Please sign in to comment.