From 75f8cef44e286a668d93225c6b2323aed27fcba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Tue, 15 Oct 2024 17:58:50 +0200 Subject: [PATCH] spelling --- CHANGELOG.md | 5 +++++ README.md | 5 +++-- coolamqp/clustering/cluster.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d09e838..9661266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Previous release notes are hosted on [GitHub](https://github.com/smok-serwis/coolamqp/releases). Since v1.3.2 they'll be put here and in release description. +# v1.5.0 +======== + +* added properties to identify the server + # v1.4.4 ======== diff --git a/README.md b/README.md index 1fe7ba2..5f2331e 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,9 @@ coolamqp Why CoolAMQP? ------------- -* tested against all versions of RabbitMQ 3.x (with testing with RabbitMQ 4.x pending) - * automatic tests check against RabbitMQ 3.10 and RabbitMQ 4.0 +It's the best way to talk Python to RabbitMQ with AMQP 0.9.1. + +* tested against all versions of RabbitMQ 3.x and RabbitMQ 4.0 * AMQP 0.9.1 client that's native Python * heavily optimized for speed * geared towards interfacing with [RabbitMQ](https://www.rabbitmq.com/) diff --git a/coolamqp/clustering/cluster.py b/coolamqp/clustering/cluster.py index a3ec6e8..82c729d 100644 --- a/coolamqp/clustering/cluster.py +++ b/coolamqp/clustering/cluster.py @@ -351,7 +351,7 @@ class Cluster(object): @property def properties(self): """ - Return a :class:`coolamqp.object.ServerProperties` if a connection was established + Return a :class:`coolamqp.objects.ServerProperties` if a connection was established """ return self.snr.properties -- GitLab