diff --git a/CHANGES.rst b/CHANGES.rst index b11788a1..75f8c278 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,7 +5,7 @@ Changelog 2.3.0 ----- -Release date: - +Release date: 2023/7/24 - Drop Python 3.7 support, and test against Python 3.11. - Render enums in tables by their labels. diff --git a/setup.py b/setup.py index 70fcac1c..9357ebdb 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='Bootstrap-Flask', - version='2.3.0dev', + version='2.3.0', url='https://github.com/helloflask/bootstrap-flask', project_urls={ 'Documentation': 'https://bootstrap-flask.readthedocs.io/en/stable/',