Skip to content

Commit

Permalink
Version: Update to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed Jun 5, 2024
1 parent d334f1b commit 19c6632
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion eduvpn/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.3.0"
__version__ = "4.3.1"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = eduvpn_client
version = 4.3.0
version = 4.3.1
author = Jeroen Wijenbergh
author_email = [email protected]
description = eduVPN client for Linux
Expand Down Expand Up @@ -51,4 +51,4 @@ mypy =
mypy
pygobject-stubs
types-setuptools
test = pytest
test = pytest

0 comments on commit 19c6632

Please sign in to comment.