Skip to content

Commit

Permalink
Prepare 1.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
r4fek committed May 19, 2021
1 parent 82472d3 commit 82ced5d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2020, Rafał Furmański <[email protected]>
Copyright (c) 2014-2021, Rafał Furmański <[email protected]>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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 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)
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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, <a href="https://linkedin.com/in/furmanski" title="Rafał Furmański" target="_blank">Rafał Furmański</a>
copyright: Copyright 2014-2021, <a href="https://linkedin.com/in/furmanski" title="Rafał Furmański" target="_blank">Rafał Furmański</a>
theme: material
google_analytics: ['UA-38726443-3', 'auto']

Expand All @@ -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
Expand Down

0 comments on commit 82ced5d

Please sign in to comment.