diff --git a/CHANGELOG.md b/CHANGELOG.md index d09e838dc5860a0c981f4357ad07af801a35f6d0..966126608bf9dbcdc79f98277cba4d1127722a3f 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 1fe7ba24dde247a38323bee7e479e07972ed0939..5f2331e511144dee3f93b436f9eb196154acecd3 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 a3ec6e8582d405a74b7e9ee11a4e76431ed1b76b..82c729d490e9864996ffc277044833ee7187132d 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