Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit 19c6632

Browse files
committed
Version: Update to 4.3.1
1 parent d334f1b commit 19c6632

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 4.3.1 (2024-06-05)
2+
* Setup.cfg: Small fixes to ensure the UI package and the data files are added correctly
3+
14
# 4.3.0 (2024-06-04)
25
* UI: Add a ctrl+q shortcut (#580)
36
* 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)

eduvpn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.3.0"
1+
__version__ = "4.3.1"

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = eduvpn_client
3-
version = 4.3.0
3+
version = 4.3.1
44
author = Jeroen Wijenbergh
55
author_email = jeroen.wijenbergh@geant.org
66
description = eduVPN client for Linux
@@ -51,4 +51,4 @@ mypy =
5151
mypy
5252
pygobject-stubs
5353
types-setuptools
54-
test = pytest
54+
test = pytest

0 commit comments

Comments
 (0)