diff --git a/CHANGELOG.md b/CHANGELOG.md index 685c46778a88277f744398e5ea6104c79bed8b4f..cea15627c5869cbb7cc4e3d401c1bdc9bb97b613 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.4.2 +======== + +* added docs regarding consume method. + # v1.4.1 ======= diff --git a/README.md b/README.md index e69b7c66a470e4434b1604c5dc62a21a240218e8..12461e7b89219befad98bcdb58464ac02b2268df 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ CoolAMQP ======== -[](http://smokserwis.docs.smok5.co/coolamqp) + []() **Warning!!** Since v1.3.1 development has been moved diff --git a/coolamqp/__init__.py b/coolamqp/__init__.py index 8e3c933cd03288d1ad342da7fcd0adf3fd8f9bf2..914b3b2d57bf51fe1a74a442026af1f9f873ba27 100644 --- a/coolamqp/__init__.py +++ b/coolamqp/__init__.py @@ -1 +1 @@ -__version__ = '1.4.1' +__version__ = '1.4.2a1' diff --git a/docs/cluster.rst b/docs/cluster.rst index 985a868d2e161e67ff5fad9f601da863c30d5c68..2d97ffd1f163f9a31a8c972c38aff0daa384eafc 100644 --- a/docs/cluster.rst +++ b/docs/cluster.rst @@ -23,3 +23,7 @@ Consumers :members: :undoc-members: +Please note that :meth:`coolamqp.clustering.Cluster.consume` passes lot of it's +args and kwargs directly to the :class:`coolamqp.attaches.consumer.Consumer`. + +