From 8eebfd4e944b22c738d509b8ef4d7f35a4a48870 Mon Sep 17 00:00:00 2001 From: Unai Uribarri Date: Sun, 2 May 2021 15:46:32 +0200 Subject: [PATCH] Release version 0.4.3 --- CHANGELOG.rst | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0e837f4..c6c9df2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -27,3 +27,6 @@ * Build improvements: * Move from Travis to Github Actions to execute validation actions * Add code style and quality checks to the validation actions + +### Version 0.4.3 + * Improve logging for invalid message and expired deadlines diff --git a/setup.py b/setup.py index c20c7d4..e9a8230 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="maxcube-api", - version="0.4.2", + version="0.4.3", description="eQ-3/ELV MAX! Cube Python API", long_description=readme, author="David Uebelacker",