Skip to content

Commit

Permalink
2.5.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 24, 2024
1 parent 1bcae44 commit 1082066
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/poetry_plugin_dotenv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = "[email protected]"
Expand Down

0 comments on commit 1082066

Please sign in to comment.