From da665c7b16a45f9b31d649882beda5232d8256d0 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Thu, 12 Oct 2023 08:32:49 +0800 Subject: [PATCH] Release 2.3.2 --- CHANGES.rst | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index eac7821..0a69345 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,9 @@ Changelog 2.3.2 ----- -Release date: - +Release date: 2023/10/11 + +- Fix the incorrect JS file integrity value. 2.3.1 diff --git a/setup.py b/setup.py index 0adca84..b62cc7a 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='Bootstrap-Flask', - version='2.3.2-dev', + version='2.3.2', url='https://github.com/helloflask/bootstrap-flask', project_urls={ 'Documentation': 'https://bootstrap-flask.readthedocs.io/en/stable/',