Skip to content

Commit

Permalink
Release 13.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer-ch committed Nov 30, 2018
1 parent fcbbf47 commit 9e78afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.rst
Expand Up @@ -3,14 +3,15 @@ changelog
=========

-------
v13.0.3
v13.0.4
-------

Fix and enhancements
====================

* Function aws.s3.remove_objects: Add callback argument to make it more flexible.
* Function multimedia.image.remove_transparency: Enhance code (remove force_rgb arg from 13.0.2).
* Function serialization.object_to_dict: Add iterable_callback to customize container type of iterables.

-------
v13.0.0
Expand Down
2 changes: 1 addition & 1 deletion pytoolbox/__init__.py
Expand Up @@ -2,4 +2,4 @@

from __future__ import absolute_import, division, print_function, unicode_literals

__version__ = '13.0.3'
__version__ = '13.0.4'

0 comments on commit 9e78afb

Please sign in to comment.