From fe14df5dd1313c945a50bc132bc4b2217ba77528 Mon Sep 17 00:00:00 2001 From: William Moore Date: Thu, 17 Mar 2022 10:21:27 +0000 Subject: [PATCH 1/2] changelog 5.11.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbfa1b50c..b3f3e71dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 5.11.1 (March 2022) + +## Bug fix + +- Fix params.limit ignored in conn.getObjects() [#321](https://github.com/ome/omero-py/pull/321) + # 5.11.0 (February 2022) ## New features From ab7c31bc04254f885d7dbae47c37871b368d4494 Mon Sep 17 00:00:00 2001 From: William Moore Date: Thu, 17 Mar 2022 10:22:05 +0000 Subject: [PATCH 2/2] Update date 2022 in README and gateway/__init__.py --- README.rst | 2 +- src/omero/gateway/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 80611c752..87f8bf5c3 100644 --- a/README.rst +++ b/README.rst @@ -142,7 +142,7 @@ OMERO.py is released under the GPL v2. Copyright --------- -2009-2021, The Open Microscopy Environment, Glencoe Software, Inc. +2009-2022, The Open Microscopy Environment, Glencoe Software, Inc. .. _ZeroC IcePy 3.6: https://zeroc.com/downloads/ice/3.6 .. _OMERO.py: https://docs.openmicroscopy.org/omero/5.6/developers/Python.html diff --git a/src/omero/gateway/__init__.py b/src/omero/gateway/__init__.py index 93c7f9e13..47e186413 100644 --- a/src/omero/gateway/__init__.py +++ b/src/omero/gateway/__init__.py @@ -5,7 +5,7 @@ # # blitz_gateway - python bindings and wrappers to access an OMERO blitz server # -# Copyright (c) 2007-2015 Glencoe Software, Inc. All rights reserved. +# Copyright (c) 2007-2022 Glencoe Software, Inc. All rights reserved. # # This software is distributed under the terms described by the LICENCE file # you can find at the root of the distribution bundle, which states you are