From 59fb2aa49ad47df10dc859ac16d637ec6cb914ba Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Sun, 29 Jan 2023 07:33:27 -0800 Subject: [PATCH] v3.0.1 --- Changes.rst | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changes.rst b/Changes.rst index 41c8e26..1848d16 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,10 @@ +Changes for v3.0.1 (2023-01-29) +=============================== + +- Truncate messages based on bytes, not unicode characters (#181) + +- Test suite improvements (#180, #182) + Changes for v3.0.0 (2022-01-26) =============================== diff --git a/setup.py b/setup.py index 3edc5be..63e65c1 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="watchtower", - version="3.0.0", + version="3.0.1", url="https://github.com/kislyuk/watchtower", license="Apache Software License", author="Andrey Kislyuk",