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 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