Skip to content

Commit d5d66e3

Browse files
committed
bump version to 0.18.1
1 parent 7dbb349 commit d5d66e3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.18.1
2+
------
3+
4+
* Fixed serialization for `options` element (`#112`_)
5+
6+
.. _#112: https://github.com/ivelum/djangoql/pull/112
7+
18
0.18.0
29
------
310

djangoql/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.18.0'
1+
__version__ = '0.18.1'

0 commit comments

Comments
 (0)