Skip to content

Commit 9089d85

Browse files
committed
Prepare for the release of 1.1.1
1 parent be330c8 commit 9089d85

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

django_cassandra_engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
# Do not forget to change version number in mkdocs.yml also!
5-
__version__ = (1, 1, 0)
5+
__version__ = (1, 1, 1)
66
__author__ = "Rafał Furmański"
77
__contact__ = "r.furmanski@gmail.com"
88
__homepage__ = "http://github.com/r4fek/django-cassandra-engine"

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Django Cassandra Engine - CHANGELOG
22

3+
## Version 1.1.1 (26.04.2017)
4+
5+
* Fix #90: Breaks BooleanField with provided default value: can't save False
6+
via admin UI project-wide if using django-cassandra-engine in same project
7+
38
## Version 1.1.0 (09.04.2017)
49

510
* Fix #89: Support Django 1.11 + update `cassandra-driver` to 3.8.1

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repo_url: https://github.com/r4fek/django-cassandra-engine
1212

1313
# Options
1414
extra:
15-
version: 1.1.0
15+
version: 1.1.1
1616
logo: images/dj_cassandra.png
1717
author:
1818
github: r4fek

0 commit comments

Comments
 (0)