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'