From 3eae0a40a2ca762f30b181c79aa620cb2c1e799b Mon Sep 17 00:00:00 2001 From: Xie Yanbo Date: Fri, 12 Jan 2024 17:23:19 +0800 Subject: [PATCH] chore: release v2.5.0 --- ChangeLog | 6 ++++++ DebugLibrary/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0e0aa18..e4365ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-01-12 Xie Yanbo + + * drop support for python 3.7 + * support robotframework 7.0 + * release version 2.5.0 + 2024-01-11 Xie Yanbo * support python 3.9, 3.10, 3.11 and 3.12 diff --git a/DebugLibrary/version.py b/DebugLibrary/version.py index 6259394..8af1c58 100644 --- a/DebugLibrary/version.py +++ b/DebugLibrary/version.py @@ -1 +1 @@ -VERSION = '2.4.0' +VERSION = '2.5.0'