test_data.py 155 B

1234567891011
  1. RELEASES = [
  2. None,
  3. "1.0",
  4. "1.1",
  5. "1.2",
  6. "1.3",
  7. "2.0",
  8. "2.1",
  9. ]
  10. ENVIRONMENTS = [None, "local", "dev", "staging", "production"]