Skip to content

Commit 04a6677

Browse files
committed
bump version to 0.15.4
1 parent 369909a commit 04a6677

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
0.15.4
2+
------
3+
4+
* fixed a deprecation warning for Django 3.1 (thanks to @sainAk);
5+
16
0.15.3
27
------
38

4-
* fixed ``django-completion`` bug related to removed chained models from suggestions;
9+
* fixed ``django-completion`` bug related to removed chained models from
10+
suggestions;
511
* fixed ``django-completion`` bug related to fixed circular dependencies.
612

713
Related pull requests:

djangoql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.15.3'
1+
__version__ = '0.15.4'

0 commit comments

Comments
 (0)