From cd4872a14b4fcdb0824e669d5168cd5ff2696c93 Mon Sep 17 00:00:00 2001 From: Herklos Date: Fri, 18 Feb 2022 22:26:58 +0100 Subject: [PATCH] [Version] v1.2.32 --- CHANGELOG.md | 4 ++++ README.md | 2 +- octobot_services/__init__.py | 2 +- requirements.txt | 2 ++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9a9968..39a49b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.32] - 2022-02-18 +### Updated +- Flask requirement + ## [1.2.31] - 2022-01-20 ### Updated - requirements diff --git a/README.md b/README.md index 65b2ab6..d948169 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OctoBot-Services [1.2.31](https://github.com/Drakkar-Software/OctoBot-Services/tree/master/docs/CHANGELOG.md) +# OctoBot-Services [1.2.32](https://github.com/Drakkar-Software/OctoBot-Services/tree/master/docs/CHANGELOG.md) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/31a1caa6e5384d80bf890dba5c9b5e4b)](https://app.codacy.com/gh/Drakkar-Software/OctoBot-Services?utm_source=github.com&utm_medium=referral&utm_content=Drakkar-Software/OctoBot-Services&utm_campaign=Badge_Grade_Dashboard) [![PyPI](https://img.shields.io/pypi/v/OctoBot-Services.svg)](https://pypi.python.org/pypi/OctoBot-Services/) [![Github-Action-CI](https://github.com/Drakkar-Software/OctoBot-Services/workflows/OctoBot-Services-CI/badge.svg)](https://github.com/Drakkar-Software/OctoBot-Services/actions) diff --git a/octobot_services/__init__.py b/octobot_services/__init__.py index 80e7832..9a02296 100644 --- a/octobot_services/__init__.py +++ b/octobot_services/__init__.py @@ -15,4 +15,4 @@ # License along with this library. PROJECT_NAME = "OctoBot-Services" -VERSION = "1.2.31" # major.minor.revision +VERSION = "1.2.32" # major.minor.revision diff --git a/requirements.txt b/requirements.txt index 3a62061..2c32876 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,8 @@ pyngrok==5.0.5 # Web ## http server flask==1.1.4 +# Flask templates +jinja2>=3.0.3 ## flask minification flask-compress==1.10.1 ## flask cache