Skip to content

Commit

Permalink
kairos 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awestendorf committed Feb 27, 2014
1 parent d7e0ce7 commit 2ce37ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rate
====
0.10.0
======

Added parameter "duration" to custom transforms to facilitate rate
calculations. This is a breaking change. Added more documentation on
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Kairos - Time series data storage
=================================

:Version: 0.9.2
:Version: 0.10.0
:Download: http://pypi.python.org/pypi/kairos
:Source: https://github.com/agoragames/kairos
:Keywords: python, redis, mongo, sql, mysql, sqlite, postgresql, cassandra, timeseries, rrd, gevent, statistics
Expand Down
2 changes: 1 addition & 1 deletion kairos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
https://github.com/agoragames/kairos/blob/master/LICENSE.txt
'''
from __future__ import absolute_import
__version__ = "0.9.2"
__version__ = "0.10.0"

from .timeseries import Timeseries
from .exceptions import *

0 comments on commit 2ce37ba

Please sign in to comment.