Skip to content

Commit b43f8fd

Browse files
committed
Release v.1.5.5
1 parent 64bb345 commit b43f8fd

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, 5, 4)
5+
__version__ = (1, 5, 5)
66
__author__ = "Rafał Furmański"
77
__contact__ = "[email protected]"
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+
4+
## Version 1.5.5 (30.01.2019)
5+
6+
* Create the test keyspace not in the runtime keyspace (by @andydawkins)
7+
38
## Version 1.5.4 (01.10.2018)
49

510
* Upgrade `Django` and `cassandra-driver` deps

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.5.4
15+
version: 1.5.5
1616
logo: images/dj_cassandra.png
1717
author:
1818
github: r4fek

0 commit comments

Comments
 (0)