Skip to content

Commit

Permalink
0.7.4 (#48)
Browse files Browse the repository at this point in the history
* βœ… Add tests regarding #47

* πŸ“Œ Upgrade and pin dependencies

* βž• Add toml as dep needed by python-frontmatter

* πŸ”– 0.7.4
  • Loading branch information
pwwang authored May 3, 2022
1 parent 9ac12aa commit dafb358
Show file tree
Hide file tree
Showing 8 changed files with 660 additions and 15 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry
python -m pip install --upgrade poetry
poetry config virtualenvs.create false
poetry install -v
poetry install -E extra
# reinstall pandas to specific version
pip install $JINJA2
pip install regex
pip install markdown
pip install python-dateutil
pip install python-frontmatter
pip install python-slugify
env:
JINJA2: ${{ matrix.jinja2 }}
- name: Test with pytest
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ venv.bak/
# mypy
.mypy_cache/

poetry.lock
# poetry.lock

# tagit backup files
*.bak
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.7.4

- βœ… Add tests regarding #47
- πŸ“Œ Upgrade and pin dependencies

# 0.7.3

- 🩹 Make `default` filter work with `None`
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.7.3"
__version__ = "0.7.4"
Loading

0 comments on commit dafb358

Please sign in to comment.