From fedb643554c6c8ae776f5408e617a87ccc67e976 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Wed, 12 Jun 2024 12:29:21 +0200 Subject: [PATCH 1/2] bump version to 4.9.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e07aff51..df0beff8 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ # note: release candidates should be versioned as a pre-release, e.g. "1.1rc1" # 1.1-rc1 would indicate a post-release, i.e., and update of 1.1, so beware -VERSION = '4.9.1' +VERSION = '4.9.2' # Utility function to read README file From 92dd9b94b4f864351222b13c4c4b64e12d3f088c Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Sat, 14 Sep 2024 17:44:48 +0200 Subject: [PATCH 2/2] bump version to 4.9.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index df0beff8..d312901f 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ # note: release candidates should be versioned as a pre-release, e.g. "1.1rc1" # 1.1-rc1 would indicate a post-release, i.e., and update of 1.1, so beware -VERSION = '4.9.2' +VERSION = '4.9.3' # Utility function to read README file