Skip to content

Commit

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

v0.6.8 (2018-09-15)
===================

Added
-----
- Adds support for providing a Jacobian in the minimization function.


v0.6.7 (2018-09-12)
===================

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.7'
VERSION = '0.6.8'

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

0 comments on commit 8ddf577

Please sign in to comment.