From 19c66328714182119436c81457b78545cf1bc22e Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 5 Jun 2024 15:02:05 +0200 Subject: [PATCH] Version: Update to 4.3.1 --- CHANGES.md | 3 +++ eduvpn/__init__.py | 2 +- setup.cfg | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6db7f4dc..10fb0a57 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +# 4.3.1 (2024-06-05) +* Setup.cfg: Small fixes to ensure the UI package and the data files are added correctly + # 4.3.0 (2024-06-04) * UI: Add a ctrl+q shortcut (#580) * Keyring: Make run detection less often in the CLI such that it does not prompt you for a password when you e.g. pass `--help` (#587) diff --git a/eduvpn/__init__.py b/eduvpn/__init__.py index 111dc917..ed48cdab 100644 --- a/eduvpn/__init__.py +++ b/eduvpn/__init__.py @@ -1 +1 @@ -__version__ = "4.3.0" +__version__ = "4.3.1" diff --git a/setup.cfg b/setup.cfg index d633d275..cd34e36a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eduvpn_client -version = 4.3.0 +version = 4.3.1 author = Jeroen Wijenbergh author_email = jeroen.wijenbergh@geant.org description = eduVPN client for Linux @@ -51,4 +51,4 @@ mypy = mypy pygobject-stubs types-setuptools -test = pytest \ No newline at end of file +test = pytest