From 579476087d301d148081dfe04809256975f1afa7 Mon Sep 17 00:00:00 2001 From: Andreas Violaris <48277853+aviolaris@users.noreply.github.com> Date: Mon, 3 Jul 2023 23:56:45 +0300 Subject: [PATCH 1/2] README files updated --- README.gr.md | 5 +++-- README.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.gr.md b/README.gr.md index 0d853d6..cac02ab 100644 --- a/README.gr.md +++ b/README.gr.md @@ -5,9 +5,10 @@ [![ci](https://github.com/aviolaris/instaunfollowers/actions/workflows/ci.yml/badge.svg)](https://github.com/aviolaris/instaunfollowers/actions/workflows/ci.yml) [![Pylint](https://github.com/aviolaris/InstaUnFollowers/actions/workflows/pylint.yml/badge.svg)](https://github.com/aviolaris/InstaUnFollowers/actions/workflows/pylint.yml) [![Coverage Status](https://coveralls.io/repos/github/aviolaris/instaunfollowers/badge.svg?branch=master)](https://coveralls.io/github/aviolaris/instaunfollowers?branch=master) -[![GitHub Stars](https://img.shields.io/github/stars/aviolaris/instaunfollowers?color=%23048ebb&logo=github)](https://github.com/aviolaris/instaunfollowers) -[![Docker Pulls](https://img.shields.io/docker/pulls/aviolaris/instaunfollowers?color=%23048ebb&label=pulls&logo=docker&logoColor=white)](https://hub.docker.com/r/aviolaris/instaunfollowers) +[![GitHub Stars](https://img.shields.io/github/stars/aviolaris/instaunfollowers?color=blue&logo=github)](https://github.com/aviolaris/instaunfollowers) +[![Docker Pulls](https://img.shields.io/docker/pulls/aviolaris/instaunfollowers?color=blue&label=pulls&logo=docker&logoColor=white)](https://hub.docker.com/r/aviolaris/instaunfollowers) +[![Served with Gunicorn](https://img.shields.io/badge/Served%20with-Gunicorn-294729?logo=gunicorn&color=2fc051&logoColor=white)](https://gunicorn.org/) [![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/aviolaris/instaunfollowers/blob/master/README.md) [![gr](https://img.shields.io/badge/lang-gr-blue.svg)](https://github.com/aviolaris/instaunfollowers/blob/master/README.gr.md) diff --git a/README.md b/README.md index 0cc876e..9ebcd93 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ [![ci](https://github.com/aviolaris/instaunfollowers/actions/workflows/ci.yml/badge.svg)](https://github.com/aviolaris/instaunfollowers/actions/workflows/ci.yml) [![Pylint](https://github.com/aviolaris/InstaUnFollowers/actions/workflows/pylint.yml/badge.svg)](https://github.com/aviolaris/InstaUnFollowers/actions/workflows/pylint.yml) [![Coverage Status](https://coveralls.io/repos/github/aviolaris/instaunfollowers/badge.svg?branch=master)](https://coveralls.io/github/aviolaris/instaunfollowers?branch=master) -[![GitHub Stars](https://img.shields.io/github/stars/aviolaris/instaunfollowers?color=%23048ebb&logo=github)](https://github.com/aviolaris/instaunfollowers) -[![Docker Pulls](https://img.shields.io/docker/pulls/aviolaris/instaunfollowers?color=%23048ebb&label=pulls&logo=docker&logoColor=white)](https://hub.docker.com/r/aviolaris/instaunfollowers) +[![GitHub Stars](https://img.shields.io/github/stars/aviolaris/instaunfollowers?color=blue&logo=github)](https://github.com/aviolaris/instaunfollowers) +[![Docker Pulls](https://img.shields.io/docker/pulls/aviolaris/instaunfollowers?color=blue&label=pulls&logo=docker&logoColor=white)](https://hub.docker.com/r/aviolaris/instaunfollowers) +[![Served with Gunicorn](https://img.shields.io/badge/Served%20with-Gunicorn-294729?logo=gunicorn&color=2fc051&logoColor=white)](https://gunicorn.org/) [![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/aviolaris/instaunfollowers/blob/master/README.md) [![gr](https://img.shields.io/badge/lang-gr-blue.svg)](https://github.com/aviolaris/instaunfollowers/blob/master/README.gr.md) From b1820751b60939e039dbfe5b1253955473d3c16c Mon Sep 17 00:00:00 2001 From: Andreas Violaris <48277853+aviolaris@users.noreply.github.com> Date: Mon, 3 Jul 2023 23:59:28 +0300 Subject: [PATCH 2/2] The program version has been updated to 1.11.8 --- app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.py b/app/app.py index 8bc91e1..e11cef2 100644 --- a/app/app.py +++ b/app/app.py @@ -28,7 +28,7 @@ # Upload folder UPLOAD_FOLDER = os.path.join(os.getcwd(), 'uploads') # Current version -CURRENT_VERSION = 'v1.11.7' +CURRENT_VERSION = 'v1.11.8' # Update needed UPDATE_NEEDED = bool(update_needed(CURRENT_VERSION, get_latest_version()))