1
0

Merge commit '8ccb7f08d' into anoa/dinsic_release_1_18_x

* commit '8ccb7f08d':
  update changelog
This commit is contained in:
Andrew Morgan
2020-08-03 17:29:09 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ table.
Bugfixes
--------
- Drop table `local_rejections_stream` which was incorrectly added in Synapse 1.16.0. ([\#7816](https://github.com/matrix-org/synapse/issues/7816))
- Drop table `local_rejections_stream` which was incorrectly added in Synapse 1.16.0. ([\#7816](https://github.com/matrix-org/synapse/issues/7816), [b1beb3ff5](https://github.com/matrix-org/synapse/commit/b1beb3ff5))
Synapse 1.17.0rc1 (2020-07-09)

View File

@@ -36,7 +36,7 @@ try:
except ImportError:
pass
__version__ = "1.16.1"
__version__ = "1.17.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