diff options
author | Erik Johnston <erik@matrix.org> | 2017-11-14 14:51:25 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-11-14 14:51:25 +0000 |
commit | 03feb7a34d0496bc3f9cc350e74fde4cd0c38a17 (patch) | |
tree | dacb7d1ebeed5c0618ad57cb64815f6ca3958149 /synapse/__init__.py | |
parent | Merge pull request #2658 from matrix-org/rav/store_heirarchy_init (diff) | |
download | synapse-03feb7a34d0496bc3f9cc350e74fde4cd0c38a17.tar.xz |
Bump version and changelog v0.25.0-rc1
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 e74abe0130..e04208961f 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.24.1" +__version__ = "0.25.0" |