From d4ae9e221fc9bb9a0b1aeb30c9fb279a0a7ab683 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 12:15:09 -0700 Subject: [PATCH] chore: release 2.1.1 (#1186) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c216009..7d968dcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.1.1](https://www.github.com/grow/grow/compare/v2.1.0...v2.1.1) (2022-01-12) + + +### Bug Fixes + +* Provide loader explicitly with yaml loading of configuration files. ([66a7e70](https://www.github.com/grow/grow/commit/66a7e7037a8d213705b2c4127648996ffa4b9372)) + ## [2.1.0](https://www.github.com/grow/grow/compare/v2.0.6...v2.1.0) (2021-09-16) diff --git a/setup.py b/setup.py index aba3689a..c0ffeab7 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name='grow', - version='2.1.0', + version='2.1.1', description=( 'Develop everywhere and deploy anywhere: a declarative ' 'site generator for rapid, high-quality web site production.'