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

Commit 2191c72

Browse files
committed
Version: Update to 4.1.3
1 parent 8a8517e commit 2191c72

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.3 (2023-09-01)
2+
==
3+
Small hotfixes for 4.1.2:
4+
5+
* Bump eduvpn-common to 1.1.2 to further handle endpoint caching
6+
* Mention eduvpn-common version in the UI
7+
* Add a version flag to the CLI
8+
19
4.1.2 (2023-08-29)
210
==
311
Small hotfixes for 4.1.1:

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.2)
43+
* Determine version number (for example 4.1.3)
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.2"
1+
__version__ = "4.1.3"

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.2"
6+
__version__ = "4.1.3"
77

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

0 commit comments

Comments
 (0)