diff --git a/LICENSE.txt b/LICENSE.txt index 9eb8e9ba..c697dd3b 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2014-2020, Rafał Furmański +Copyright (c) 2014-2021, Rafał Furmański All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 4d29e752..ada9b1cc 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,6 @@ Recommended installation: The documentation can be found online [here](http://r4fek.github.io/django-cassandra-engine/). ## License ## -Copyright (c) 2014-2020, [Rafał Furmański](https://linkedin.com/in/furmanski). +Copyright (c) 2014-2021, [Rafał Furmański](https://linkedin.com/in/furmanski). All rights reserved. Licensed under BSD 2-Clause License. diff --git a/docs/changelog.md b/docs/changelog.md index afcb2fdb..87f2737f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,10 @@ # Django Cassandra Engine - CHANGELOG +## Version 1.6.2 (19.05.2021) + +* Add support for Django 3.1 and 3.2 +* Fix #140: TypeError: sql_flush() got an unexpected keyword argument + ## Version 1.6.1 (20.03.2020) * Updated requirements #136 (by @hsamfm) diff --git a/mkdocs.yml b/mkdocs.yml index 795c1b01..3b3d04fb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,7 @@ site_description: Apache Cassandra Database Wrapper for Django site_url: https://r4fek.github.io/django-cassandra-engine site_author: Rafał Furmański -copyright: Copyright 2014-2020, Rafał Furmański +copyright: Copyright 2014-2021, Rafał Furmański theme: material google_analytics: ['UA-38726443-3', 'auto'] @@ -12,7 +12,7 @@ repo_url: https://github.com/r4fek/django-cassandra-engine # Options extra: - version: 1.6.1 + version: 1.6.2 logo: images/dj_cassandra.png author: github: r4fek