Skip to content

Commit

Permalink
0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Jan 15, 2025
1 parent e3b1d80 commit f5c24ed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.8.3 (housekeeping)

- dep: bump up dependencies
- style: fix code styles in tests
- ci: update actions
- chore(deps): bump jinja2 to 3.1.5
- ci: separate tests for python3.7

## 0.8.2

- deps: bump jinja2 to 3.1.3
Expand Down
2 changes: 1 addition & 1 deletion liquid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

patch_jinja()

__version__ = "0.8.2"
__version__ = "0.8.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "liquidpy"
version = "0.8.2"
version = "0.8.3"
description = "A port of liquid template engine for python"
authors = [ "pwwang <[email protected]>",]
license = "MIT"
Expand Down

0 comments on commit f5c24ed

Please sign in to comment.