From b3ce53a687b321a922646474e7cc550bd7212e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Thu, 22 Feb 2024 12:19:10 +0000 Subject: [PATCH] Add changelog for 5.19.0 release Add blurb about preliminary Python 3.12 support and the roadmap for removing the `future` dependency --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e95930dc8..0a5575f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 5.19.0 (February 2024) + +- Removal of python-future compatibility code [#390](https://github.com/ome/omero-py/pull/390) + +This release adds preliminary support for running OMERO.py on Python 3.12 environments. + +The `future` dependency should be considered as deprecated and will be removed in the +next minor release of OMERO.py. Downstream projects who are relying on this +dependency should declare them explicitly in their configuration file. + # 5.18.0 (January 2024) ## Other updates