0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 10:18:54 +02:00
This commit is contained in:
Patrick Cloke 2021-01-27 10:50:37 -05:00
parent 69961c7e9f
commit 73ed289bd2
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Synapse 1.26.0 (2021-01-27)
===========================
No significant changes.
Synapse 1.26.0rc2 (2021-01-25)
==============================

View file

@ -48,7 +48,7 @@ try:
except ImportError:
pass
__version__ = "1.26.0rc2"
__version__ = "1.26.0"
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
# We import here so that we don't have to install a bunch of deps when