mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-12 06:50:00 -05:00
Bump version and changelog
This commit is contained in:
parent
516deb22aa
commit
5288a7dc9a
3 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
Changes in synapse 0.5.2 (2014-11-26)
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
Fix major bug that caused rooms to disspear from peoples initial sync.
|
||||||
|
|
||||||
Changes in synapse 0.5.1 (2014-11-26)
|
Changes in synapse 0.5.1 (2014-11-26)
|
||||||
=====================================
|
=====================================
|
||||||
See UPGRADES.rst for specific instructions on how to upgrade.
|
See UPGRADES.rst for specific instructions on how to upgrade.
|
||||||
|
|
|
||||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.5.1
|
0.5.2
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@
|
||||||
""" This is a reference implementation of a synapse home server.
|
""" This is a reference implementation of a synapse home server.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.5.1"
|
__version__ = "0.5.2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue