Skip to content

Commit

Permalink
Version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marctc committed Mar 28, 2016
1 parent 415add3 commit bdc1592
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

0.3 (2016-03-28)
~~~~~~~~~~~~~~~~
* Add LoggerBackend. Useful for debugging
* Add exeception treatment on backend report methods.
* Add connection timeout for storage backends.
* Storage backends now support passing client or connection url as parameters instead all parameters.

0.2 (2016-02-17)
~~~~~~~~~~~~~~~~
* Refactor backend payload build method to unpack value field when is a dict.
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.1'
release = '0.1'
version = '0.3'
release = '0.3'
exclude_patterns = ['_build']
pygments_style = 'sphinx'

Expand Down

0 comments on commit bdc1592

Please sign in to comment.