diff --git a/NEWS.rst b/NEWS.rst index 9dbb8a9..1c3bde8 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,17 @@ NEWS ==== +pgq 3.7 +------- + +Fixes: + +* worker: another wait-behind fix - avoid too eager switch. + +Cleanups: + +* Additional typing improvements. + pgq 3.6.2 --------- diff --git a/pgq/__init__.py b/pgq/__init__.py index 2dcdf18..968a488 100644 --- a/pgq/__init__.py +++ b/pgq/__init__.py @@ -20,5 +20,5 @@ 'MemberInfo', 'NodeInfo', 'QueueInfo' ] -__version__ = '3.6.2' +__version__ = '3.7'