Skip to content

Commit

Permalink
Prepare 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan Dunklau committed Jan 27, 2017
1 parent 9c928e1 commit e99a7ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
3.1.1:
- Detect powa-archivist / powa-web incompatibility
- Handle quals which are not optimizable at all
- Fix grid rendering.
- Change default sorting order to DESC
- Change default sort order on query page to duration desc
- Use the time interval when rendering urls in Grids
- Propagate updatePeriod on zoom to picker
- Add export to CSV feature on grid
- Fix case when quals dont belong to the same rel
- Ignore errors while getting hypoplans
3.1.0:
- Fix figures in query details, thanks to Eric Champigny for the patch
- Fix graphs to display local time instead of UTC time
Expand Down
2 changes: 1 addition & 1 deletion powa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
import os

__VERSION__ = '3.1.0'
__VERSION__ = '3.1.1'
__VERSION_NUM__ = [int(part) for part in __VERSION__.split('.')]
POWA_ROOT = os.path.dirname(__file__)

Expand Down

0 comments on commit e99a7ca

Please sign in to comment.