From c38608838433662fc38ae392fca430ab90013c51 Mon Sep 17 00:00:00 2001 From: svandenb-dev <74993647+svandenb-dev@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:52:09 +0100 Subject: [PATCH 1/2] Bump release 0.36.dev0 --- src/pyedb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyedb/__init__.py b/src/pyedb/__init__.py index 765b5ec2cb..b2a118d8ea 100644 --- a/src/pyedb/__init__.py +++ b/src/pyedb/__init__.py @@ -44,7 +44,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non # pyedb_path = os.path.dirname(__file__) -__version__ = "0.35.dev0" +__version__ = "0.36.dev0" version = __version__ # From c8fb05ba9b2f830ac835d651021cd2cc4049026b Mon Sep 17 00:00:00 2001 From: svandenb-dev <74993647+svandenb-dev@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:57:31 +0100 Subject: [PATCH 2/2] Update src/pyedb/__init__.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien Morais <146729917+SMoraisAnsys@users.noreply.github.com> --- src/pyedb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyedb/__init__.py b/src/pyedb/__init__.py index b2a118d8ea..0be15f3b08 100644 --- a/src/pyedb/__init__.py +++ b/src/pyedb/__init__.py @@ -44,7 +44,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non # pyedb_path = os.path.dirname(__file__) -__version__ = "0.36.dev0" +__version__ = "0.37.dev0" version = __version__ #