summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pusher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pusher.py b/pusher.py
index 3a97a4b..4aab643 100644
--- a/pusher.py
+++ b/pusher.py
@@ -24,7 +24,7 @@ Work in progress
"""
# if new releases come out or old ones go away, edit here
-PROCESS_RELEASES = [ "devel", "F-8", "F-7", "EL-5", "EL-4" ]
+PROCESS_RELEASES = [ "devel", "F-9", "F-8", "F-7", "EL-5", "EL-4" ]
import optparse
import os