From 626ddb31c81c3fecd8a41ad78786fdfcdd2c5423 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Mon, 1 Oct 2018 14:29:47 +0100 Subject: [PATCH 1/3] Bump version --- omero_figure/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): From 6d47eed94b826abc91688f4bba9711fb3279cd5a Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Mon, 1 Oct 2018 14:30:02 +0100 Subject: [PATCH 2/3] Add entry for 4.0.2 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d27970c72..b4400ac36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +4.0.2 (September 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) ------------------- From b9ca564617d599cf998880dcc953e3bdcc1c4499 Mon Sep 17 00:00:00 2001 From: jean-marie burel Date: Tue, 2 Oct 2018 11:19:24 +0100 Subject: [PATCH 3/3] Correct month --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4400ac36..53e488c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -4.0.2 (September 2018) ----------------------- +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) @@ -198,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