0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-02-10 07:52:26 +00:00
alerta_alerta/alerta/dev.py
2020-01-25 12:35:10 +01:00

5 lines
140 B
Python

from datetime import datetime
BUILD_NUMBER = 'DEV'
BUILD_DATE = datetime.utcnow().strftime('%Y-%m-%dT%H:%M:%SZ')
BUILD_VCS_NUMBER = 'HEAD'