mirror of
https://mau.dev/maunium/synapse.git
synced 2025-01-19 03:11:56 +01:00
1.26.0
This commit is contained in:
parent
69961c7e9f
commit
73ed289bd2
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Synapse 1.26.0 (2021-01-27)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
No significant changes.
|
||||||
|
|
||||||
|
|
||||||
Synapse 1.26.0rc2 (2021-01-25)
|
Synapse 1.26.0rc2 (2021-01-25)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "1.26.0rc2"
|
__version__ = "1.26.0"
|
||||||
|
|
||||||
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
|
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
|
# We import here so that we don't have to install a bunch of deps when
|
||||||
|
|
Loading…
Add table
Reference in a new issue