Skip to content

Commit

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

0.43.0
------

Fixed a bug with ``MediaStorage.delete_unused_files`` - it was raising an
exception when used with ``Array`` columns. Thanks to @sumitsharansatsangi for
reporting this issue.

When using ``S3MediaStorage`` you can now specify additional arguments when
files are uploaded (using the ``upload_metadata`` argument), for example,
setting the cache settings, and much more. Thanks to @sumitsharansatsangi, and
@sinisaos for help reviewing.

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

0.42.0
------

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.42.0"
__VERSION__ = "0.43.0"

0 comments on commit bcc58a0

Please sign in to comment.