From 76f624f50852908c1aede27924a06e90179060c5 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Sun, 14 Nov 2021 21:30:51 +0200 Subject: [PATCH] v3.5.2 --- NEWS.rst | 15 +++++++++++++++ pgq/__init__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 85d6af8..a198138 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,21 @@ NEWS ==== +pgq 3.5.2 +--------- + +Features: + +* status command improvements: + - Switch --compact for shorter output. + - Coloring when lagging. + - Order by node name. + +Cleanups: + +* Disable "universal" build (py2+3) +* Fix release uploads. + pgq 3.5.1 --------- diff --git a/pgq/__init__.py b/pgq/__init__.py index 68605bb..74dcfa7 100644 --- a/pgq/__init__.py +++ b/pgq/__init__.py @@ -20,5 +20,5 @@ 'MemberInfo', 'NodeInfo', 'QueueInfo' ] -__version__ = '3.5.1' +__version__ = '3.5.2'