From 7220c5c2bf8437034b10a65099420b432a0cdf2a Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Fri, 21 Mar 2025 14:39:14 +0100 Subject: Version: Update to 3.0.0 --- internal/version/version.go | 2 +- wrappers/python/eduvpn_common/__init__.py | 2 +- wrappers/python/setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/version/version.go b/internal/version/version.go index a3ad439..055bf65 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -6,4 +6,4 @@ package version // Version is the latest version // Update this when releasing -const Version = "2.99.0" +const Version = "3.0.0" diff --git a/wrappers/python/eduvpn_common/__init__.py b/wrappers/python/eduvpn_common/__init__.py index c4444a3..528787c 100644 --- a/wrappers/python/eduvpn_common/__init__.py +++ b/wrappers/python/eduvpn_common/__init__.py @@ -1 +1 @@ -__version__ = "2.99.0" +__version__ = "3.0.0" diff --git a/wrappers/python/setup.cfg b/wrappers/python/setup.cfg index 5e0222f..b4521ed 100644 --- a/wrappers/python/setup.cfg +++ b/wrappers/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eduvpn_common -version = 2.99.0 +version = 3.0.0 author = Jeroen Wijenbergh author_email = jeroen.wijenbergh@geant.org description = Python wrapper for eduvpn-common, a codebase to build eduVPN clients with -- cgit v1.2.3