Skip to content

Commit

Permalink
Prepare 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan Dunklau committed Mar 17, 2017
1 parent ba3ced4 commit c88b0df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.1.2:
- Fix I/O time unit on overview dashboard
- Fix problem with explain queries (thanks to dblugeon)
- Cosmetic changes to CPU time
3.1.1:
- Detect powa-archivist / powa-web incompatibility
- Handle quals which are not optimizable at all
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.1'
__VERSION__ = '3.1.2'
__VERSION_NUM__ = [int(part) for part in __VERSION__.split('.')]
POWA_ROOT = os.path.dirname(__file__)

Expand Down

0 comments on commit c88b0df

Please sign in to comment.