Skip to content

Commit

Permalink
Merge pull request #312 from jburel/changelog_4.0.2
Browse files Browse the repository at this point in the history
Changelog 4.0.2
  • Loading branch information
jburel authored Oct 3, 2018
2 parents 6c022cd + b9ca564 commit cfa06bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
-------------------

Expand Down Expand Up @@ -193,4 +198,4 @@ Version compatible with OMERO 5.1.0
1.0.0 (October 2014)
--------------------

- Initial Release
- Initial Release
2 changes: 1 addition & 1 deletion omero_figure/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import os


__version__ = "4.0.1"
__version__ = "4.0.2"


def read_file(fname, content_type=None):
Expand Down

0 comments on commit cfa06bd

Please sign in to comment.