Skip to content

Commit

Permalink
Prepare for v0.4.0 bump (#67)
Browse files Browse the repository at this point in the history
* bump ver

* update history
  • Loading branch information
kuanb authored Apr 22, 2018
1 parent 4fa7bc1 commit 84264e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
History
=======

0.4.0 (2018-04-22)
------------------

* Refactor map operation for multiprocessing pool
* MultiDiGraph to DiGraph converter
* Simplify graph method
* Refactor of coalesce to deal with lost edges problem

0.3.0 (2018-04-01)
------------------

Expand Down
2 changes: 1 addition & 1 deletion peartree/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.4.0'

0 comments on commit 84264e9

Please sign in to comment.