Skip to content

Commit 73ed289

Browse files
committed
1.26.0
1 parent 69961c7 commit 73ed289

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Synapse 1.26.0 (2021-01-27)
2+
===========================
3+
4+
No significant changes.
5+
6+
17
Synapse 1.26.0rc2 (2021-01-25)
28
==============================
39

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
except ImportError:
4949
pass
5050

51-
__version__ = "1.26.0rc2"
51+
__version__ = "1.26.0"
5252

5353
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
5454
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)