From ee0885f2aef8490ab6d2a7296cc35a72461d2dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81s=20Garcia=20Saravia=20Ortiz=20de=20Montellano?= Date: Mon, 4 Apr 2016 10:47:55 +0200 Subject: [PATCH] Version 1.5.2 --- Changelog.md | 7 +++++++ app.yaml | 2 +- src/generic.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index b04e276..0c90ea7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,14 @@ +# Version 1.5.2 (4 April 2016) + ## New features - Can edit group event details (issue #221) +## Fixes + +- Weekly bibliography review email with too many items (issue #224) +- Mathjax rendering in HTML export of a collaborative writing (issue #225) + # Version 1.5.1 (25 March 2016) diff --git a/app.yaml b/app.yaml index e177e8a..1e01942 100644 --- a/app.yaml +++ b/app.yaml @@ -1,5 +1,5 @@ application: research-engine -version: 1-5-2 +version: 1-5-3 runtime: python27 api_version: 1 threadsafe: true diff --git a/src/generic.py b/src/generic.py index 03fcf89..e584089 100644 --- a/src/generic.py +++ b/src/generic.py @@ -22,7 +22,7 @@ # You should change these if you are registering your own app on App Engine APP_NAME = "Research Engine" -APP_VERSION = "1.5.2" +APP_VERSION = "1.5.3" APP_URL = "https://research-engine.appspot.com" ADMIN_EMAIL = "admin@research-engine.appspotmail.com" APP_REPO = "https://github.com/andresgsaravia/research-engine"