diff --git a/NEWS.rst b/NEWS.rst index 4096875..a165707 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,16 @@ NEWS ==== +pgq 3.7.3 +--------- + +Fixes: + +* worker: another refactor for wait-behind - use dedicated code path for it, + following main path makes things too complicated. Fixes the problem of + missing node location events. +* nodeinfo: set more fields on dead node + pgq 3.7.2 --------- diff --git a/pgq/__init__.py b/pgq/__init__.py index c178d3c..8869072 100644 --- a/pgq/__init__.py +++ b/pgq/__init__.py @@ -20,5 +20,5 @@ 'MemberInfo', 'NodeInfo', 'QueueInfo' ] -__version__ = '3.7.2' +__version__ = '3.7.3'