Skip to content

Commit 6ecacef

Browse files
committed
bumped version
1 parent aa6fadb commit 6ecacef

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

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+
0.48.1
5+
------
6+
7+
Improving type annotations:
8+
9+
* Adding ``id: Serial`` for ``SessionsBase`` and ``TokenAuth``.
10+
* Fixed type annotations for latest version of Starlette (thanks to @sinisaos
11+
for this).
12+
13+
-------------------------------------------------------------------------------
14+
415
0.48.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__ = "0.48.0"
1+
__VERSION__ = "0.48.1"

0 commit comments

Comments
 (0)