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 7cbf521 commit 48ce964Copy full SHA for 48ce964
CHANGES
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.16.1
5
+------
6
+Added ``Timestamptz`` column type, for storing datetimes which are timezone
7
+aware.
8
+
9
0.16.0
10
------
11
* Fixed a bug with creating a ``ForeignKey`` column with ``references="self"``
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.16.0"
+__VERSION__ = "0.16.1"
0 commit comments