Skip to content

Commit a656ce4

Browse files
committed
Bump v0.2.0
1 parent c73e8d2 commit a656ce4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Changelog
44
=========
55

6+
0.2.0 (2014-01-18)
7+
------------------
8+
- Removed dependency on SciPy `#7 <https://github.com/miso-belica/sumy/pull/7>`_. Use ``numpy.linalg.svd`` implementation. Thanks to `Shantanu <https://github.com/baali>`_.
9+
610
0.1.0 (2013-10-20)
711
------------------
812
- First public release.

sumy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66

77
__author__ = "Michal Belica"
8-
__version__ = "0.1.0"
8+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)