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 7c8d06a commit ba959bbCopy full SHA for ba959bb
CHANGES.rst
@@ -1,6 +1,15 @@
1
Changes
2
=======
3
4
+1.1.0
5
+-----
6
+
7
+Added Python 3.12 support.
8
9
+Added ``ne`` (not equals) operator to ``PiccoloCRUD``.
10
11
+-------------------------------------------------------------------------------
12
13
1.0.0
14
-----
15
piccolo_api/__init__.py
@@ -1 +1 @@
-__VERSION__ = "1.0.0"
+__VERSION__ = "1.1.0"
0 commit comments