Add supported version in a place where python can read it

This commit is contained in:
Lorenz Diener 2017-12-14 00:37:19 +01:00
pare ae58ae7789
commit 58dfdfaec5

Veure arxiu

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