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 b3fce67 commit 7d99e83Copy full SHA for 7d99e83
CHANGES
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.37.0
5
+------
6
+Added ``ModelBuilder``, which can be used to generate data for tests (courtesy
7
+@aminalaee).
8
+
9
0.36.0
10
------
11
Fixed an issue where ``like`` and ``ilike`` clauses required a wildcard. For
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.36.0"
+__VERSION__ = "0.37.0"
0 commit comments