Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 6a7cf6b

Browse files
committed
Merge pull request #186 from matrix-org/hotfixes-v0.9.2-r2
Hotfixes v0.9.2-r2
2 parents fe9bac3 + 2acee97 commit 6a7cf6b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Changes in synapse v0.9.2-r2 (2015-06-15)
2+
=========================================
3+
4+
Fix packaging so that schema delta python files get included in the package.
5+
16
Changes in synapse v0.9.2 (2015-06-12)
27
======================================
38

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ include *.rst
55
include demo/README
66

77
recursive-include synapse/storage/schema *.sql
8+
recursive-include synapse/storage/schema *.py
89

910
recursive-include demo *.dh
1011
recursive-include demo *.py

synapse/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
""" This is a reference implementation of a Matrix home server.
1717
"""
1818

19-
__version__ = "0.9.2-r1"
19+
__version__ = "0.9.2-r2"

0 commit comments

Comments
 (0)