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 c96995a commit fee5d97Copy full SHA for fee5d97
CHANGES.rst
@@ -1,6 +1,17 @@
1
Changes
2
=======
3
4
+1.7.0
5
+-----
6
+
7
+Modernised the type hints across the codebase (e.g. replacing ``typing.List``
8
+with ``list``). Thanks to @sinisaos for this.
9
10
+Added a missing import to the ``jwt`` code example. Thanks to @andrewshaodev
11
+for this.
12
13
+-------------------------------------------------------------------------------
14
15
1.6.0
16
-----
17
piccolo_api/__init__.py
@@ -1 +1 @@
-__VERSION__ = "1.6.0"
+__VERSION__ = "1.7.0"
0 commit comments