summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAmber H. Brown <hawkowl@atleastfornow.net>2019-07-26 21:35:42 +1000
committerAmber H. Brown <hawkowl@atleastfornow.net>2019-07-26 21:35:42 +1000
commit8d9a56e0a6fc9fcf2bb9fdcf2ffd02ed06a5004d (patch)
treec1447febc3581a6f6e2c91ce3dd962dadae2f9e3 /synapse/__init__.py
parentfix merging forward (diff)
parentMerge tag 'v1.2.1' into shhs (diff)
downloadsynapse-shhs.tar.xz
Merge branch 'shhs' of ssh://github.com/matrix-org/synapse into shhs shhs-v1.2.1.1 github/shhs shhs
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 3435de4e2f..8301a13d8f 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -35,4 +35,4 @@ try: except ImportError: pass -__version__ = "1.2.0" +__version__ = "1.2.1"