From e3e7fc27cbd7764c883bd47ca00f0c4cf49bf33a Mon Sep 17 00:00:00 2001 From: Matthew Iverson Date: Thu, 28 Nov 2024 10:38:18 -0500 Subject: [PATCH] Upload files to "Config" --- Config/config.md | 13 +++++++++---- Config/config.py | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Config/config.md b/Config/config.md index 0460c87..742eaaf 100644 --- a/Config/config.md +++ b/Config/config.md @@ -1,11 +1,14 @@ -# 1.1.0 +# 1.1.1 (2024/11/28) +- change methodology page + +# 1.1.0 (2024/11/27) - change to web browser instead of terminal -# 1.0.5 +# 1.0.5 (2024/11/26) - add searching - create common_ui.py file for reusable functions -# 1.0.4 +# 1.0.4 (2024/11/25) - add analyst notebook - add IP - add Domain @@ -15,8 +18,10 @@ - add start.me - add website -# 1.0.3 +# 1.0.3 (2024/11/24) - highlight, unmark and color marked sections - add emojis to main page - simplify code to help with backend +# 1.0.0 (2024/11/23) +- started this project \ No newline at end of file diff --git a/Config/config.py b/Config/config.py index 2a3eb2f..ca638cf 100644 --- a/Config/config.py +++ b/Config/config.py @@ -1 +1 @@ -VERSION = "1.1.0" +VERSION = "1.1.1"