From a4a1cffe306736c2377de5786d7f33811280f3a2 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Wed, 11 Oct 2023 21:51:29 +0800 Subject: [PATCH] Release 2.3.1 --- CHANGES.rst | 5 +++-- setup.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 16d0bc3e..071cf51c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,9 +4,10 @@ Changelog 2.3.1 ----- -Release date: - +Release date: 2023/10/11 - Upgrade to Bootstrap 5.3.2, Bootswatch 5.3.1, and Bootstrap Icons 1.11.1. +- Set up the Azure web app for the example application. 2.3.0 @@ -319,4 +320,4 @@ Release date: 2018/7/1 Release date: 2018/6/11 -Initial release. +Initial release. \ No newline at end of file diff --git a/setup.py b/setup.py index e89c7ec5..6ba979e2 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='Bootstrap-Flask', - version='2.3.1dev', + version='2.3.1', url='https://github.com/helloflask/bootstrap-flask', project_urls={ 'Documentation': 'https://bootstrap-flask.readthedocs.io/en/stable/',