Skip to content

Commit

Permalink
Version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgsaravia committed Apr 4, 2016
1 parent c3c5871 commit ee0885f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
application: research-engine
version: 1-5-2
version: 1-5-3
runtime: python27
api_version: 1
threadsafe: true
Expand Down
2 changes: 1 addition & 1 deletion src/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ee0885f

Please sign in to comment.