diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-11-17 12:03:07 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-11-17 12:03:07 +0000 |
commit | b102e935719c7a8e6470be31d1f6ae041d77ac40 (patch) | |
tree | 1e9606df68597b06570da68deb2ffde2d106738e /synapse/__init__.py | |
parent | Revert "Merge pull request #2679 from jkolo/fix_auth_handler" (diff) | |
parent | Bump version in __init__.py (diff) | |
download | synapse-b102e935719c7a8e6470be31d1f6ae041d77ac40.tar.xz |
Merge branch 'release-v0.25.1'
Diffstat (limited to 'synapse/__init__.py')
-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 e04208961f..8c3d7a210a 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -16,4 +16,4 @@ """ This is a reference implementation of a Matrix home server. """ -__version__ = "0.25.0" +__version__ = "0.25.1" |