Skip to content

Commit 86ce2e4

Browse files
committed
bumped version
1 parent cdbaf8e commit 86ce2e4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes
22
=======
33

4+
0.16.4
5+
------
6+
* Fixed a bug with ``MyTable.column != None``
7+
* Added ``is_null`` and ``is_not_null`` methods, to avoid linting issues when
8+
comparing with None.
9+
410
0.16.3
511
------
612
* Added ``WhereRaw``, so raw SQL can be used in where clauses.

piccolo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "0.16.3"
1+
__VERSION__ = "0.16.4"

0 commit comments

Comments
 (0)