Skip to content

Commit 35891d5

Browse files
committed
Bump version to 0.18.2
1 parent 2fb4435 commit 35891d5

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.18.2
2+
------
3+
4+
* Fix `in` and `not in` operators for date and datetime fields
5+
* Fix djangoql_syntax_help url in error_message.html (`#115`_)
6+
7+
.. _#115: https://github.com/ivelum/djangoql/pull/115
8+
19
0.18.1
210
------
311

djangoql/__init__.py

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

0 commit comments

Comments
 (0)