Release 0.5.3.

This commit is contained in:
Flancian 2020-11-22 18:55:12 +01:00
parent 7aeed0c52d
commit 67902cfa8a

View file

@ -2,7 +2,7 @@ import os
import getpass import getpass
AGORA_PATH = os.path.join('/home', getpass.getuser(), 'agora') AGORA_PATH = os.path.join('/home', getpass.getuser(), 'agora')
AGORA_VERSION = '0.5.2' AGORA_VERSION = '0.5.3'
# With trailing slash. # With trailing slash.
URL_BASE = "https://anagora.org/" URL_BASE = "https://anagora.org/"