From 10820664dd616714744ae2fc5a51df3633902e0b Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 24 Nov 2024 17:06:28 +0000 Subject: [PATCH] 2.5.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/poetry_plugin_dotenv/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d0458..ca3034b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v2.5.1 (2024-11-24) + +### Documentation + +- Update PyPI classifiers + ([`1bcae44`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/1bcae448fbeda58f02e4f90f01101c734366f027)) + + ## v2.5.0 (2024-11-24) ### Build System diff --git a/pyproject.toml b/pyproject.toml index 506a9b0..db26d48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-plugin-dotenv" -version = "2.5.0" +version = "2.5.1" description = "poetry-plugin-dotenv - is the plugin that automatically loads environment variables from a dotenv file into the environment before poetry commands are run." license = "MIT" authors = ["Volodymyr Pivoshenko "] diff --git a/src/poetry_plugin_dotenv/__init__.py b/src/poetry_plugin_dotenv/__init__.py index 5dabc6f..7143d07 100644 --- a/src/poetry_plugin_dotenv/__init__.py +++ b/src/poetry_plugin_dotenv/__init__.py @@ -7,7 +7,7 @@ __summary__ = "poetry-plugin-dotenv - is the plugin that automatically loads environment variables from a dotenv file into the environment before poetry commands are run." __uri__ = "https://github.com/pivoshenko/poetry-plugin-dotenv" -__version__ = "2.5.0" +__version__ = "2.5.1" __author__ = "Volodymyr Pivoshenko" __email__ = "volodymyr.pivoshenko@gmail.com"