From 13653a388d3b83e4b8caf32cce58f3389acf05d1 Mon Sep 17 00:00:00 2001 From: Linus E <75929322+Rripped@users.noreply.github.com> Date: Tue, 10 May 2022 17:37:20 +0200 Subject: [PATCH] updated dates --- telegram_bot/api_handling/api_handler.py | 2 +- telegram_bot/bot.py | 2 +- telegram_bot/bot_updates.py | 2 +- telegram_bot/shares/share_fetcher.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/telegram_bot/api_handling/api_handler.py b/telegram_bot/api_handling/api_handler.py index 3b93621..9bcc1c7 100644 --- a/telegram_bot/api_handling/api_handler.py +++ b/telegram_bot/api_handling/api_handler.py @@ -2,7 +2,7 @@ script for communicating with webservice to get data from database """ __author__ = "Florian Kellermann, Linus Eickhoff" -__date__ = "26.04.2022" +__date__ = "10.05.2022" __version__ = "1.0.2" __license__ = "None" diff --git a/telegram_bot/bot.py b/telegram_bot/bot.py index dcf2618..045b344 100644 --- a/telegram_bot/bot.py +++ b/telegram_bot/bot.py @@ -3,7 +3,7 @@ script for telegram bot and its functions """ __author__ = "Florian Kellermann, Linus Eickhoff" -__date__ = "26.04.2022" +__date__ = "10.05.2022" __version__ = "1.2.3" __license__ = "None" diff --git a/telegram_bot/bot_updates.py b/telegram_bot/bot_updates.py index 76d0600..c532cef 100644 --- a/telegram_bot/bot_updates.py +++ b/telegram_bot/bot_updates.py @@ -2,7 +2,7 @@ script for regularly sending updates on shares and news based on user interval """ __author__ = "Florian Kellermann, Linus Eickhoff" -__date__ = "26.04.2022" +__date__ = "10.05.2022" __version__ = "1.0.2" __license__ = "None" diff --git a/telegram_bot/shares/share_fetcher.py b/telegram_bot/shares/share_fetcher.py index a8ef41c..efdf543 100644 --- a/telegram_bot/shares/share_fetcher.py +++ b/telegram_bot/shares/share_fetcher.py @@ -2,8 +2,8 @@ script for share fetching (by symbols (e.g. AAPL, TSLA etc.)) """ __author__ = "Florian Kellermann, Linus Eickhoff" -__date__ = "15.03.2022" -__version__ = "1.0.0" +__date__ = "10.05.2022" +__version__ = "1.0.1" __license__ = "None" import investpy