From 940bd3f9cd4f6e46cfa790b08f5dc13f297724b1 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Mon, 25 Sep 2017 23:04:02 +0300 Subject: [PATCH] Release 1.5 --- CHANGELOG.md | 2 +- social_relay/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 963b98c..52b7424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [unreleased] +## [1.5.0] - 2017-09-25 ### Changed * Start sending payloads according to new style Diaspora protocol requirements. #[62](https://github.com/jaywink/social-relay/issues/62). diff --git a/social_relay/config.py b/social_relay/config.py index 57beb80..f56a827 100644 --- a/social_relay/config.py +++ b/social_relay/config.py @@ -6,7 +6,7 @@ from peewee import PostgresqlDatabase, MySQLDatabase # Current version. Needless to say this shouldn't be changed except for a release. -VERSION = "1.4.0" +VERSION = "1.5.0" # Set this to a real domain in local config SERVER_HOST = "http://127.0.0.1:5000"