Skip to content

Commit 32bb5f8

Browse files
committed
Release 0.9.1
1 parent a81516c commit 32bb5f8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

HISTORY

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
0.9.0
1+
0.9.1
22
=====
33

4-
1/28/2016
4+
2/1/2016
55

66
- Major changes
77
- Dropped support for Django 1.6, added support for Django 1.9. See .travis.yml for test matrix.

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Features
8282
- This also serves as cheap-and-dirty versioning of Queries, and provides the 'run count' property and average duration in milliseconds, by aggregating the logs.
8383
- You can also quickly share playground queries by copying the link to the playground's query log record -- look on the top right of the sql editor for the link icon.
8484
- If Explorer gets a lot of use, the logs can get beefy. explorer.tasks contains the 'truncate_querylogs' task that will remove log entries older than <days> (30 days and older in the example below).
85+
8586
.. code-block:: python
8687
8788
'explorer.tasks.truncate_querylogs': {

explorer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__version_info__ = {
22
'major': 0,
33
'minor': 9,
4-
'micro': 0,
4+
'micro': 1,
55
'releaselevel': 'final',
66
'serial': 0
77
}

0 commit comments

Comments
 (0)