mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-25 09:09:27 -05:00
use correct version
This commit is contained in:
parent
b4289795ea
commit
aef8514193
@ -1,4 +1,4 @@
|
|||||||
Synapse 1.22.0 (2020-10-30)
|
Synapse 1.22.1 (2020-10-30)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
Bugfixes
|
Bugfixes
|
||||||
|
@ -48,7 +48,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "1.22.0"
|
__version__ = "1.22.1"
|
||||||
|
|
||||||
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…
Reference in New Issue
Block a user