From 90da30bd414ec472b3ac04658040a3c0b9f2f0bb Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Wed, 31 May 2023 10:04:31 -0400 Subject: [PATCH] Release 2.0.4 --- CHANGELOG.rst | 6 ++++++ src/pythonfinder/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b53248c..90da827 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,9 @@ +2.0.4 (2023-05-31) +================== + +No significant changes. + + 2.0.3 (2023-05-19) ================== diff --git a/src/pythonfinder/__init__.py b/src/pythonfinder/__init__.py index 8b92ce9..9338d91 100644 --- a/src/pythonfinder/__init__.py +++ b/src/pythonfinder/__init__.py @@ -4,7 +4,7 @@ from .models import SystemPath from .pythonfinder import Finder -__version__ = "2.0.4.dev0" +__version__ = "2.0.4" __all__ = ["Finder", "SystemPath", "InvalidPythonVersion"]