Skip to content

Commit f771ec6

Browse files
author
github-actions
committed
0.1.3
Automatically generated by python-semantic-release
1 parent ce5ae7b commit f771ec6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.1.3 (2024-11-15)
6+
7+
### Fix
8+
9+
* **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))
10+
511
## v0.1.2 (2024-01-11)
612

713
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jinja2-env"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Jinja2 Extension for getting environment variables"
55
authors = ["34j <[email protected]>"]
66
license = "CC0 1.0 Universal"

src/jinja2_env/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.1.3"
22
from ._main import EnvExtension
33

44
__all__ = ["EnvExtension"]

0 commit comments

Comments
 (0)