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

Commit 5796e5e

Browse files
committed
Version: Update to 4.2.1
1 parent 602c435 commit 5796e5e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.2.1 (2023-02-02)
2+
3+
* Make the OpenVPN/WireGuard DNS the maximum priority to avoid DNS from resolving through other interfaces
4+
15
# 4.2.0 (2023-12-08)
26

37
* Implement expiry notifications according to spec (Fixes: #534)

eduvpn/__init__.py

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import setup, find_packages
55

6-
__version__ = "4.2.0"
6+
__version__ = "4.2.1"
77

88
with open("README.md", "r", encoding="utf-8") as fh:
99
long_description = fh.read()

0 commit comments

Comments
 (0)