Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Tudurí committed May 21, 2018
1 parent 1a6b3e2 commit 1e0aa4f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Changelog
=========

1.0 (2018-05-20)
~~~~~~~~~~~~~~~~
* Add support for Django 2.0.
* Fix issues with InfluxDB backend.
* Fix issues with RethinkDB backend

0.5 (2016-05-25)
~~~~~~~~~~~~~~~~
* Add InfluxDB reporting backend.
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.5'
release = '0.5'
version = '1.0'
release = '1.0'
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.5'
__version__ = '1.0'

import logging # NOQA

Expand Down

0 comments on commit 1e0aa4f

Please sign in to comment.