diff --git a/README.md b/README.md index edac594..a61349b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ ## 👀 ➡️: Try [jfa-go](https://github.com/hrfee/jfa-go), a rewrite in Go. It's faster and has more features. ###### I won't be updating this version any more, and switching should be easy. +**please don't open any new issues.** + You can find the old README [here](https://github.com/hrfee/jellyfin-accounts/blob/main/README.old.md). diff --git a/jellyfin_accounts/__init__.py b/jellyfin_accounts/__init__.py index 89aca51..1b63045 100755 --- a/jellyfin_accounts/__init__.py +++ b/jellyfin_accounts/__init__.py @@ -1,7 +1,7 @@ # Runs it! __version__ = "0.3.9" -print("Note: jellyfin-accounts will likely not receive many future updates. Try jfa-go, a rewrite thats fast, portable, and has more features. Find it at\nhttps://github.com/hrfee/jfa-go\n") +print("Note: jellyfin-accounts has been deprecated. Try jfa-go, a rewrite thats fast, portable, and has more features. Find it at\nhttps://github.com/hrfee/jfa-go\n") import secrets import configparser