Merge pull request #1420 from normanjaeckel/Release_1.7b1
Release 1.7b1
This commit is contained in:
commit
ea0b8e584f
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user