From 8cd87313881e206bffc0842796b287088154f48c Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Thu, 19 Oct 2023 20:37:40 -0400 Subject: [PATCH] Release 2.0.6 --- CHANGELOG.rst | 6 ++++++ src/pythonfinder/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 912ddb0..644834e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,9 @@ +2.0.6 (2023-10-19) +================== + +No significant changes. + + 2.0.5 (2023-07-23) ================== diff --git a/src/pythonfinder/__init__.py b/src/pythonfinder/__init__.py index 4a4d343..f4067ad 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.6.dev0" +__version__ = "2.0.6" __all__ = ["Finder", "SystemPath", "InvalidPythonVersion"]