diff options
author | Erik Johnston <erik@matrix.org> | 2015-06-13 12:22:14 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-06-13 12:22:14 +0100 |
commit | 6c01ceb8d0aefd68d3e9bc63a0f0b84edfd4e808 (patch) | |
tree | 46bc95b80f5eb71b85dc2d107a677a3124950d02 /synapse/__init__.py | |
parent | Add a dummy.sql into delta/20 as pip isn't packinging the pushers.py (diff) | |
download | synapse-6c01ceb8d0aefd68d3e9bc63a0f0b84edfd4e808.tar.xz |
Bump version
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 e6088dc6cc..b6ac0dab32 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.9.2" +__version__ = "0.9.2-r1" |