Skip to content

Commit fee5d97

Browse files
committed
bumped version
1 parent c96995a commit fee5d97

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changes
22
=======
33

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+
415
1.6.0
516
-----
617

piccolo_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "1.6.0"
1+
__VERSION__ = "1.7.0"

0 commit comments

Comments
 (0)