Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Version: Update to 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed Sep 1, 2023
1 parent 8a8517e commit 2191c72
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
4.1.3 (2023-09-01)
==
Small hotfixes for 4.1.2:

* Bump eduvpn-common to 1.1.2 to further handle endpoint caching
* Mention eduvpn-common version in the UI
* Add a version flag to the CLI

4.1.2 (2023-08-29)
==
Small hotfixes for 4.1.1:
Expand Down
2 changes: 1 addition & 1 deletion doc/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ How to make a release
Prepare the code
^^^^^^^^^^^^^^^^

* Determine version number (for example 4.1.2)
* Determine version number (for example 4.1.3)

* Compose a list of changes (check issue tracker)

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.1.2"
__version__ = "4.1.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import setup, find_packages

__version__ = "4.1.2"
__version__ = "4.1.3"

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

0 comments on commit 2191c72

Please sign in to comment.