Browse Source

use correct version

Erik Johnston 3 years ago
parent
commit
aef8514193
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CHANGES.md
  2. 1 1
      synapse/__init__.py

+ 1 - 1
CHANGES.md

@@ -1,4 +1,4 @@
-Synapse 1.22.0 (2020-10-30)
+Synapse 1.22.1 (2020-10-30)
 ===========================
 
 Bugfixes

+ 1 - 1
synapse/__init__.py

@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.22.0"
+__version__ = "1.22.1"
 
 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