Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Nov 15, 2022
1 parent 38ba1c0 commit 65ac324
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changes
=======

0.49.0
------

* Added Python 3.11 support.
* ``PiccoloCRUD`` validators can now be async.
* Improved logging.
* The minimum version of FastAPI is now ``0.87.0``. The reason for this is
Starlette made a fairly large change in version ``0.21.0``, which meant we
had to refactor a lot of our tests, which makes it challenging to support
older versions.

-------------------------------------------------------------------------------

0.48.1
------

Expand Down
2 changes: 1 addition & 1 deletion piccolo_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "0.48.1"
__VERSION__ = "0.49.0"

0 comments on commit 65ac324

Please sign in to comment.