Add supported version in a place where python can read it

pull/118/head
Lorenz Diener 2017-12-14 00:37:19 +01:00
rodzic ae58ae7789
commit 58dfdfaec5
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -69,7 +69,8 @@ class Mastodon:
"""
__DEFAULT_BASE_URL = 'https://mastodon.social'
__DEFAULT_TIMEOUT = 300
__SUPPORTED_MASTODON_VERSION = "2.1.0"
###
# Registering apps
###