We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2daacaa commit 8faa66dCopy full SHA for 8faa66d
CHANGES
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.26.0
5
+------
6
+Added ``eq`` and ``ne`` methods to the ``Boolean`` column, which can be used
7
+if linters complain about using ``SomeTable.some_column == True``.
8
+
9
0.25.0
10
------
11
* Changed the migration IDs, so the timestamp now includes microseconds. This
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.25.0"
+__VERSION__ = "0.26.0"
0 commit comments