diff options
author | Patrick Cloke <patrickc@matrix.org> | 2021-02-18 12:32:49 -0500 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2021-02-18 12:32:49 -0500 |
commit | 1381cd05b00f4bd17b048c9a5efbd183d93b8e54 (patch) | |
tree | 3603fe10989f5cab1ebd536377d415303a75afac /synapse | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-1381cd05b00f4bd17b048c9a5efbd183d93b8e54.tar.xz |
1.28.0rc1
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py index 359276427f..2e70f46186 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.27.0" +__version__ = "1.28.0rc1" 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 |