diff --git a/changelog.txt b/changelog.txt index 2dc7119..bcc2492 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +2024.10.28: +. Docstrings and comments improvements. + 2024.10.25: . Modified some strings. diff --git a/main.py b/main.py index d843807..cb7aa18 100644 --- a/main.py +++ b/main.py @@ -22,7 +22,7 @@ In case the permissions of the certificate changes, reset them this way: # ll /etc/letsencrypt/ ''' -version = "2024.10.25" +version = "2024.10.28" ''' Color definitions. If you want to change them, check the reference at https://en.wikipedia.org/wiki/ANSI_escape_code#Colors