From 4145cd0dbc3e331488a84576e280a0def984400e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Mar 2022 00:16:05 +0000 Subject: [PATCH] chore: release 2.2.0 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d86f29..9d05e3be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://www.github.com/grow/grow/compare/v2.1.3...v2.2.0) (2022-03-05) + + +### Features + +* add exclude_paths option to translations filter ([ce0ae69](https://www.github.com/grow/grow/commit/ce0ae694518ca5f6d2c2550390ca9cfd206d5796)) + ### [2.1.3](https://www.github.com/grow/grow/compare/v2.1.2...v2.1.3) (2022-02-08) diff --git a/setup.py b/setup.py index 6013af24..a9574a75 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name='grow', - version='2.1.3', + version='2.2.0', description=( 'Develop everywhere and deploy anywhere: a declarative ' 'site generator for rapid, high-quality web site production.'