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 ef136ed commit fcf58acCopy full SHA for fcf58ac
CHANGES
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.16.2
5
+------
6
+Reordering the dependencies in requirements.txt when using `piccolo asgi new`,
7
+as the latest FastAPI and Starlette versions are incompatible.
8
+
9
0.16.1
10
------
11
Added ``Timestamptz`` column type, for storing datetimes which are timezone
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.16.1"
+__VERSION__ = "0.16.2"
0 commit comments