From 2b835a2489d08161d5b80e068628c9e2c3af0267 Mon Sep 17 00:00:00 2001 From: "d.hidekuma" Date: Fri, 19 Jul 2024 11:27:01 +0900 Subject: [PATCH] feat: init 0.2.6 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- flask_s3_viewer/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7c762..a4b97c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [0.2.5](https://github.com/hidekuma/flask-s3-viewer/compare/0.2.4...0.2.5) + +> 19 July 2024 + +- fix: update docs [e71aee8](https://github.com/hidekuma/flask-s3-viewer/commit/e71aee8a87e4bf6aeac7b97652cdf613b6e8a067) +- fix: update quote_url [5d54448](https://github.com/hidekuma/flask-s3-viewer/commit/5d544485a0c5937d4653bb81a62754f0726941b7) +- fix: update docs [82d57b8](https://github.com/hidekuma/flask-s3-viewer/commit/82d57b8e49a2e9171314a8ab3b7d7135482b41c0) + #### [0.2.4](https://github.com/hidekuma/flask-s3-viewer/compare/0.2.2...0.2.4) > 22 May 2024 diff --git a/README.md b/README.md index e04e8e7..186d2d7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Flask S3 Viewer is a powerful extension that makes it easy to browse S3 in any Flask application. If you are familiar with Flask, Flask S3 Viewer should be easy to pick up. -- Stable version : **0.2.4** +- Stable version : **0.2.6** #### Show video diff --git a/flask_s3_viewer/__init__.py b/flask_s3_viewer/__init__.py index 2ccde02..a496c88 100644 --- a/flask_s3_viewer/__init__.py +++ b/flask_s3_viewer/__init__.py @@ -16,7 +16,7 @@ APP_TEMPLATE_FOLDER = FIXED_TEMPLATE_FOLDER -__version__ = "0.2.4" +__version__ = "0.2.6" class Singleton(type):