Skip to content

Commit

Permalink
Version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgsaravia committed Mar 23, 2016
1 parent ce1c3ee commit 94d7d50
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Version 1.5.1 (25 March 2016)

## New features
- Can create projects and groups from top menu.
- Send weekly email notifications in groups with updated bibliography recomendations.
- Better styling of bibliography items in group section.
- Finer scale for time picking in group tasks.


## Fixes

- Render html in messages at the group-admin pages.
- Fix #213. No automatic preview in Outreach while editing an existing article.xs
- Some typos, template and bad links fixed
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-0
version: 1-5-1
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.0"
APP_VERSION = "1.5.1"
APP_URL = "https://research-engine.appspot.com"
ADMIN_EMAIL = "[email protected]"
APP_REPO = "https://github.com/andresgsaravia/research-engine"
Expand Down

0 comments on commit 94d7d50

Please sign in to comment.