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

Commit 18743fa

Browse files
committed
Version: Bump to 4.1.2
1 parent 19a21ac commit 18743fa

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
4.1.2 (2023-08-29)
2+
==
3+
Small hotfixes for 4.1.1:
4+
5+
* Make sure profile combo indexes are always set correctly when ignoring the reconnect dialog
6+
* Support MTU for WireGuard
7+
* Bump eduvpn-common to 1.1.1 in order to fix OAuth endpoint caching issues
8+
19
4.1.1 (2023-04-20)
210
==
311
Small hotfix for 4.1.0:

doc/developer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ How to make a release
4040
Prepare the code
4141
^^^^^^^^^^^^^^^^
4242

43-
* Determine version number (for example 4.1.1)
43+
* Determine version number (for example 4.1.2)
4444

4545
* Compose a list of changes (check issue tracker)
4646

eduvpn/__init__.py

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

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.1.1"
6+
__version__ = "4.1.2"
77

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

0 commit comments

Comments
 (0)