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 2a37052 commit b04f695Copy full SHA for b04f695
CHANGES
@@ -1,6 +1,10 @@
1
Changes
2
=======
3
4
+0.38.2
5
+------
6
+Removed problematic type hint which assumed pytest was installed.
7
+
8
0.38.1
9
------
10
Minor changes to ``get_or_create`` to make sure it handles joins correctly.
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.38.1"
+__VERSION__ = "0.38.2"
0 commit comments