mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 08:34:12 -04:00
Merge branch 'master' into develop
Conflicts: setup.py
This commit is contained in:
commit
73e4ad4b8b
7 changed files with 25 additions and 10 deletions
|
@ -16,4 +16,4 @@
|
|||
""" This is a reference implementation of a Matrix home server.
|
||||
"""
|
||||
|
||||
__version__ = "0.10.0-rc5"
|
||||
__version__ = "0.10.0"
|
||||
|
|
|
@ -341,7 +341,7 @@ def get_version_string():
|
|||
)
|
||||
).encode("ascii")
|
||||
except Exception as e:
|
||||
logger.warn("Failed to check for git repository: %s", e)
|
||||
logger.info("Failed to check for git repository: %s", e)
|
||||
|
||||
return ("Synapse/%s" % (synapse.__version__,)).encode("ascii")
|
||||
|
||||
|
|
|
@ -182,7 +182,7 @@ class Config(object):
|
|||
) % (entry_path, )
|
||||
continue
|
||||
|
||||
files.add(config_path)
|
||||
files.append(entry_path)
|
||||
|
||||
config_files.extend(sorted(files))
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue