We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f211acb commit e8bc783Copy full SHA for e8bc783
HISTORY.md
@@ -85,3 +85,10 @@ Bug fix release:
85
86
* [Issue 44](https://github.com/adobe-apiplatform/umapi-client.py/issues/44)
87
* Default behavior of UsersQuery is now correct: only return direct memberships in the info about queried users.
88
+
89
+### Version 2.5.1
90
91
+Bug fix release:
92
93
+* [Issue 47](https://github.com/adobe-apiplatform/umapi-client.py/issues/47)
94
+ * When an immediate retry was done due to a timeout, there was a logging error.
umapi_client/version.py
@@ -18,4 +18,4 @@
18
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
# SOFTWARE.
20
21
-__version__ = "2.5"
+__version__ = "2.5.1"
0 commit comments