Merge pull request #1420 from normanjaeckel/Release_1.7b1

Release 1.7b1
This commit is contained in:
Norman Jäckel 2015-01-21 21:14:21 +01:00
commit ea0b8e584f
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ Other:
- Cleaned up utils.views to increase performance when fetching single objects
from the database for a view (#1378).
- Fixed bug on projector which was not updated when an object was deleted.
- Fixed bug and show special characters in PDF like ampersand (#1415).
- Updated pdf.js to 1.0.907.
- Improve the usage of bsmselect jquery plugin.
- Updated translations.

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
VERSION = (1, 6, 2, 'final', 1) # During development it is the next release
VERSION = (1, 7, 0, 'final', 1) # During development it is the next release
RELEASE = False