File: const.py

package info (click to toggle)
pyhaversion 24.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 388 kB
  • sloc: python: 962; sh: 12; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
"""Const for Tests."""

STABLE_VERSION = "2020.99.9"
BETA_VERSION = "2020.99.9b0"
DEV_VERSION = "2020.99.0.dev19700101"

STABLE_VERSION_BETA_WEEK = "2020.98.9"
BETA_VERSION_BETA_WEEK = "2020.99.9b0"

HEADERS = {"Content-Type": "application/json"}