Skip to content

Commit

Permalink
Release Jinja Filters 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Jul 16, 2021
1 parent f753f8c commit 81ee5e1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Jinja Filters Changelog
=======================

2.1.1 - 2021-07-16
------------------

- **bug**: [merge_date_url] Don't blow up when passed a URL setting that contains "-" (eg. "{date:%-d}").
- **support**: Better error logging for when one of the filters fail.
- **support**: (Manually) add v1.1.0 release to Changelog.

2.1.0 - 2021-04-28
------------------

Expand Down
5 changes: 0 additions & 5 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion pelican/plugins/jinja_filters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
Version 0.x should be considered a development version with an unstable API,
and backwards compatibility is not guaranteed for minor versions.
"""
__version__ = "2.1.0"
__version__ = "2.1.1"


# Package Implementation
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 = "pelican-jinja-filters"
version = "2.1.0"
version = "2.1.1"
description = "Pelican plugin for applying useful Jinja filters in theme templates"
authors = ["William Minchin <[email protected]>", "Justin Mayer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 81ee5e1

Please sign in to comment.