diff --git a/INSTALL.txt b/INSTALL.txt
index 3b9d62e..925d43d 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -1,4 +1,4 @@
- SABnzbd 3.3.0
+ SABnzbd
-------------------------------------------------------------------------------
0) LICENSE
@@ -41,7 +41,7 @@ Use the "Help" button in the web-interface to be directed to the Help Wiki.
-------------------------------------------------------------------------------
3) INSTALL pre-built macOS binaries
-------------------------------------------------------------------------------
-Download the DMG file, mount and drag the SABnzbd icon to Programs.
+Download the DMG file, mount and drag the SABnzbd icon to Applications.
Just like you do with so many apps.
-------------------------------------------------------------------------------
diff --git a/ISSUES.txt b/ISSUES.txt
index 7b2c8e4..7cce3a8 100644
--- a/ISSUES.txt
+++ b/ISSUES.txt
@@ -14,13 +14,13 @@
For these the server blocking method is not very favourable.
There is an INI-only option that will limit blocks to 1 minute.
no_penalties = 1
- See: https://sabnzbd.org/wiki/configuration/3.3/special
+ See: https://sabnzbd.org/wiki/configuration/3.4/special
- Some third-party utilties try to probe SABnzbd API in such a way that you will
often see warnings about unauthenticated access.
If you are sure these probes are harmless, you can suppress the warnings by
setting the option "api_warnings" to 0.
- See: https://sabnzbd.org/wiki/configuration/3.3/special
+ See: https://sabnzbd.org/wiki/configuration/3.4/special
- On macOS you may encounter downloaded files with foreign characters.
The par2 repair may fail when the files were created on a Windows system.
diff --git a/interfaces/Config/templates/config.tmpl b/interfaces/Config/templates/config.tmpl
index f192fae..d9b6e52 100644
--- a/interfaces/Config/templates/config.tmpl
+++ b/interfaces/Config/templates/config.tmpl
@@ -1,5 +1,5 @@
-
+
diff --git a/interfaces/Config/templates/config_cat.tmpl b/interfaces/Config/templates/config_cat.tmpl
index 0cac333..57b3089 100644
--- a/interfaces/Config/templates/config_cat.tmpl
+++ b/interfaces/Config/templates/config_cat.tmpl
@@ -1,5 +1,5 @@
-
+
diff --git a/interfaces/Config/templates/config_folders.tmpl b/interfaces/Config/templates/config_folders.tmpl
index af4c371..9306321 100644
--- a/interfaces/Config/templates/config_folders.tmpl
+++ b/interfaces/Config/templates/config_folders.tmpl
@@ -1,5 +1,5 @@
-
+
diff --git a/interfaces/Config/templates/config_general.tmpl b/interfaces/Config/templates/config_general.tmpl
index 4f05b4b..c9dc263 100644
--- a/interfaces/Config/templates/config_general.tmpl
+++ b/interfaces/Config/templates/config_general.tmpl
@@ -1,5 +1,5 @@
-
+
diff --git a/interfaces/Config/templates/config_notify.tmpl b/interfaces/Config/templates/config_notify.tmpl
index 67d17c5..ca3a4b2 100644
--- a/interfaces/Config/templates/config_notify.tmpl
+++ b/interfaces/Config/templates/config_notify.tmpl
@@ -1,5 +1,5 @@
-
+
diff --git a/interfaces/Config/templates/config_rss.tmpl b/interfaces/Config/templates/config_rss.tmpl
index 5bb4ca5..275937e 100644
--- a/interfaces/Config/templates/config_rss.tmpl
+++ b/interfaces/Config/templates/config_rss.tmpl
@@ -1,5 +1,5 @@
-
+
diff --git a/interfaces/Config/templates/config_scheduling.tmpl b/interfaces/Config/templates/config_scheduling.tmpl
index 4c98299..e9a0bff 100644
--- a/interfaces/Config/templates/config_scheduling.tmpl
+++ b/interfaces/Config/templates/config_scheduling.tmpl
@@ -1,5 +1,5 @@
-
+
<%
diff --git a/interfaces/Config/templates/config_server.tmpl b/interfaces/Config/templates/config_server.tmpl
index f8e6ab0..feddc6e 100644
--- a/interfaces/Config/templates/config_server.tmpl
+++ b/interfaces/Config/templates/config_server.tmpl
@@ -1,5 +1,5 @@
-
+
diff --git a/interfaces/Config/templates/config_sorting.tmpl b/interfaces/Config/templates/config_sorting.tmpl
index 868b32b..de20868 100644
--- a/interfaces/Config/templates/config_sorting.tmpl
+++ b/interfaces/Config/templates/config_sorting.tmpl
@@ -1,5 +1,5 @@
-
+
diff --git a/interfaces/Config/templates/config_special.tmpl b/interfaces/Config/templates/config_special.tmpl
index 13004c2..8954ff0 100644
--- a/interfaces/Config/templates/config_special.tmpl
+++ b/interfaces/Config/templates/config_special.tmpl
@@ -1,5 +1,5 @@
-
+
diff --git a/interfaces/Config/templates/config_switches.tmpl b/interfaces/Config/templates/config_switches.tmpl
index c1367e7..64c8fe6 100644
--- a/interfaces/Config/templates/config_switches.tmpl
+++ b/interfaces/Config/templates/config_switches.tmpl
@@ -1,5 +1,5 @@
-
+
diff --git a/sabnzbd/rating.py b/sabnzbd/rating.py
index 5ece771..7bf6d00 100644
--- a/sabnzbd/rating.py
+++ b/sabnzbd/rating.py
@@ -84,10 +84,6 @@ class NzbRating:
self.avg_encrypted_confirm = False
-# TODO: Can be removed in version 3.3.0, needed for backwards compatibility
-NzbRatingV2 = NzbRating
-
-
class Rating(Thread):
VERSION = 2