Skip to content

Commit

Permalink
v1.37.1a1
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Jun 29, 2021
1 parent c0bebd0 commit f99e9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
except ImportError:
pass

__version__ = "1.37.0"
__version__ = "1.37.1a1"

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
Expand Down

0 comments on commit f99e9cc

Please sign in to comment.