summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-02-09 10:46:45 +0000
committerErik Johnston <erik@matrix.org>2017-02-09 10:46:45 +0000
commit27c005ae2c568909ab98fa936f38c0952bffe679 (patch)
treec6464e969dcde487e2ddf591d792ab3b1d473b15 /synapse/__init__.py
parentMerge branch 'release-v0.19.0' of github.com:matrix-org/synapse (diff)
parentUpdate version and changelog (diff)
downloadsynapse-27c005ae2c568909ab98fa936f38c0952bffe679.tar.xz
Merge branch 'release-v0.19.1' of github.com:matrix-org/synapse v0.19.1
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py

index d3f445be9c..da8ef90a77 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.19.0" +__version__ = "0.19.1"