Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed May 21, 2024
1 parent 373289e commit c29838a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changes
=======

1.5.1
-----

Fixed a bug with the CLI when reversing migrations (thanks to @metakot for
reporting this).

Updated the ASGI templates (thanks to @tarsil for adding Lilya).

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

1.5.0
-----

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

0 comments on commit c29838a

Please sign in to comment.