Skip to content

Commit 3971bfd

Browse files
committed
0.8.2
1 parent 626e776 commit 3971bfd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.8.2
4+
5+
- deps: bump jinja2 to 3.1.3
6+
37
## 0.8.1
48

59
- 📝 Fix badges in README.md

liquid/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
patch_jinja()
66

7-
__version__ = "0.8.1"
7+
__version__ = "0.8.2"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "liquidpy"
7-
version = "0.8.1"
7+
version = "0.8.2"
88
description = "A port of liquid template engine for python"
99
authors = [ "pwwang <[email protected]>",]
1010
license = "MIT"

0 commit comments

Comments
 (0)