Skip to content

Commit 10d26f2

Browse files
committed
Prepare for the release of v0.7.3
1 parent 71f9afb commit 10d26f2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

django_cassandra_engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

4-
__version__ = (0, 7, 2)
4+
__version__ = (0, 7, 3)
55
__author__ = "Rafał Furmański"
66
__contact__ = "r.furmanski@gmail.com"
77
__homepage__ = "http://github.com/r4fek/django-cassandra-engine"

docs/changelog.md

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

3+
## Version 0.7.3 (21.03.2016)
4+
5+
* Minor fix in sessions backend (remove pk from `Session.expire_date`)
6+
37
## Version 0.7.2 (15.03.2016)
48

59
* Locked `cassandra-driver` version in `setup.py` (fixup)

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

0 commit comments

Comments
 (0)