Skip to content

Commit

Permalink
Version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marctc committed May 25, 2016
1 parent bbfe3a3 commit b1c4ed0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changelog
=========
0.5 (2016-05-25)
~~~~~~~~~~~~~~~~
* Add InfluxDB reporting backend.
* Add RethinkDB reporting backend
* Add ZMQ queue class and task for asynchronous reporting.

0.4 (2016-04-28)
~~~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
project = u'kaneda'
copyright = u'2016, APSL'

version = '0.4'
release = '0.4'
version = '0.5'
release = '0.5'
exclude_patterns = ['_build']
pygments_style = 'sphinx'

Expand Down
2 changes: 1 addition & 1 deletion kaneda/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
__author__ = 'Marc Tudurí'
__email__ = '[email protected]'
__version__ = '0.4'
__version__ = '0.5'

import logging # NOQA

Expand Down

0 comments on commit b1c4ed0

Please sign in to comment.