Skip to content

Commit

Permalink
Release 12.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer-ch committed Oct 4, 2018
1 parent 8627730 commit 3c5d294
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,7 +3,7 @@ changelog
=========

-------
v12.1.1
v12.1.2
-------

Compatibility breaks
Expand All @@ -17,6 +17,7 @@ Fix and enhancements

* Move AI data to S3 (own account).
* Function serialization.object_to_dict: Also authorize to tweak obj (not only schema).
* Function serialization.object_to_dict: Also add depth information.
* Function serialization.to_file: Fix to_file ot using makedirs properly

--------
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__ = '12.1.1'
__version__ = '12.1.2'

0 comments on commit 3c5d294

Please sign in to comment.