Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
robbert-harms committed Oct 8, 2018
1 parent 8945626 commit d70e1ee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog
*********

v0.6.13 (2018-10-08)
====================

Added
-----
- Adds the logpdf for the Gamma and the Normal distribution.
- Adds an exapmle of fitting a Gamma distribution.

Changed
-------
- Changed the function signature of the legendre polynomial computations.


v0.6.12 (2018-10-06)
====================

Expand Down
2 changes: 1 addition & 1 deletion mot/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '0.6.12'
VERSION = '0.6.13'

_items = VERSION.split('-')
VERSION_NUMBER_PARTS = tuple(int(i) for i in _items[0].split('.'))
Expand Down

0 comments on commit d70e1ee

Please sign in to comment.