From 705c8815d642399fe0a3b9e8d932b058c6e0db5b Mon Sep 17 00:00:00 2001 From: Donald Campbell <125581724+donaldcampbelljr@users.noreply.github.com> Date: Thu, 30 Nov 2023 07:22:12 -0500 Subject: [PATCH] add jinja2 to reqs, v0.5.2 release --- docs/changelog.md | 5 +++++ pipestat/_version.py | 2 +- requirements/requirements-all.txt | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index a92fabc4..2b07d3d7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format. +## [0.5.2] - 2023-11-30 +### Fixed + +- add jinja2 to requirements doc. + ## [0.5.1] - 2023-08-14 ### Fixed diff --git a/pipestat/_version.py b/pipestat/_version.py index dd9b22cc..72251527 100644 --- a/pipestat/_version.py +++ b/pipestat/_version.py @@ -1 +1 @@ -__version__ = "0.5.1" +__version__ = "0.5.2" diff --git a/requirements/requirements-all.txt b/requirements/requirements-all.txt index 73654d31..fd4dd500 100644 --- a/requirements/requirements-all.txt +++ b/requirements/requirements-all.txt @@ -9,4 +9,5 @@ yacman>=0.9.1 PyYAML pandas eido +jinja2