Skip to content

Commit 94d7d50

Browse files
Version 1.5.1
1 parent ce1c3ee commit 94d7d50

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

Changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Version 1.5.1 (25 March 2016)
2+
3+
## New features
4+
- Can create projects and groups from top menu.
5+
- Send weekly email notifications in groups with updated bibliography recomendations.
6+
- Better styling of bibliography items in group section.
7+
- Finer scale for time picking in group tasks.
8+
9+
10+
## Fixes
11+
12+
- Render html in messages at the group-admin pages.
13+
- Fix #213. No automatic preview in Outreach while editing an existing article.xs
14+
- Some typos, template and bad links fixed

app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
application: research-engine
2-
version: 1-5-0
2+
version: 1-5-1
33
runtime: python27
44
api_version: 1
55
threadsafe: true

src/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# You should change these if you are registering your own app on App Engine
2424
APP_NAME = "Research Engine"
25-
APP_VERSION = "1.5.0"
25+
APP_VERSION = "1.5.1"
2626
APP_URL = "https://research-engine.appspot.com"
2727
ADMIN_EMAIL = "admin@research-engine.appspotmail.com"
2828
APP_REPO = "https://github.com/andresgsaravia/research-engine"

0 commit comments

Comments
 (0)