Skip to content

Commit

Permalink
v3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Jul 11, 2022
1 parent 22cb2eb commit f8dd8ab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -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
---------

Expand Down
2 changes: 1 addition & 1 deletion pgq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
'MemberInfo', 'NodeInfo', 'QueueInfo'
]

__version__ = '3.6.2'
__version__ = '3.7'

0 comments on commit f8dd8ab

Please sign in to comment.