diff --git a/scripts/release-parser.py b/scripts/release-parser.py
index cb56257..f161ef1 100755
--- a/scripts/release-parser.py
+++ b/scripts/release-parser.py
@@ -42,8 +42,6 @@ def get_git_tags():
     # Collect tag information into a list of dictionaries
     tag_list = []
     branches = sorted(set([tag.name[:9] for tag in tags]))
-    # Remove bad tags
-    branches.remove("yocto-1.9") # To deal with milestone 1 before 1.9 was renamed 2.0.
 
     odd_commit_strings = ["rc", "final", "docs"]
     for branch in branches:
