Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 15, 2024
1 parent ce5ae7b commit f771ec6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v0.1.3 (2024-11-15)

### Fix

* **deps:** Update dependency jinja2 to v3.1.4 ([#103](https://github.com/34j/jinja2-env/issues/103)) ([`ce5ae7b`](https://github.com/34j/jinja2-env/commit/ce5ae7ba89292243ac572532c86167f03fa245b2))

## v0.1.2 (2024-01-11)

### Fix
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 = "jinja2-env"
version = "0.1.2"
version = "0.1.3"
description = "Jinja2 Extension for getting environment variables"
authors = ["34j <34j.95a2p@simplelogin.com>"]
license = "CC0 1.0 Universal"
Expand Down
2 changes: 1 addition & 1 deletion src/jinja2_env/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.2"
__version__ = "0.1.3"
from ._main import EnvExtension

__all__ = ["EnvExtension"]

0 comments on commit f771ec6

Please sign in to comment.