diff --git a/CHANGELOG.md b/CHANGELOG.md index d27970c72..53e488c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +4.0.2 (October 2018) +-------------------- + +- Add new functionalities to the script used to export PDF/TIFF so that other tools can use the script. The changes are not yet used by OMERO.figure. Thanks to Andreas Knab (PR #306) + 4.0.1 (August 2018) ------------------- @@ -193,4 +198,4 @@ Version compatible with OMERO 5.1.0 1.0.0 (October 2014) -------------------- -- Initial Release \ No newline at end of file +- Initial Release diff --git a/omero_figure/utils.py b/omero_figure/utils.py index c7407f2da..cb17b8142 100644 --- a/omero_figure/utils.py +++ b/omero_figure/utils.py @@ -20,7 +20,7 @@ import os -__version__ = "4.0.1" +__version__ = "4.0.2" def read_file(fname, content_type=None):