Skip to content

Commit

Permalink
0.2.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 3, 2022
1 parent b9e4f83 commit ae6eb2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!--next-version-placeholder-->

## v0.2.7 (2022-12-03)
### Fix
* **docs:** Update docs ([`b9e4f83`](https://github.com/volopivoshenko/poetry-dotenv/commit/b9e4f835104d14e09c0d7b3b67bebb5c5468504f))

## v0.2.6 (2022-12-03)
### Fix
* **docs:** Update docs ([`68ae66b`](https://github.com/volopivoshenko/poetry-dotenv/commit/68ae66b4655b2bce3ba30868818442eaf2197353))
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-dotenv"
version = "0.2.6"
version = "0.2.7"
description = "poetry-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_dotenv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__summary__ = "poetry-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/volopivoshenko/poetry-dotenv"

__version__ = "0.2.6"
__version__ = "0.2.7"

__author__ = "Volodymyr Pivoshenko"
__email__ = "[email protected]"
Expand Down

0 comments on commit ae6eb2a

Please sign in to comment.