Skip to content

Commit

Permalink
update doc and version
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Feb 12, 2017
1 parent 718b98f commit d9364c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/source/Changelog.rst
@@ -1,6 +1,7 @@
changelog
===============

:version 0.3.1: Fix License and RTD
:version 0.3.0: Fix call to easydev.precision for the case where data contains
infinite/nan values
:version 0.2.1: Fix warnings due to division by zero; add some tests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

_MAJOR = 0
_MINOR = 3
_MICRO = 0
_MICRO = 1
version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
release = '%d.%d' % (_MAJOR, _MINOR)

Expand Down

0 comments on commit d9364c9

Please sign in to comment.