Skip to content

Commit

Permalink
Bump 0.5.0 -> 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miso-belica committed Nov 17, 2016
1 parent 2e59253 commit eba0e69
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.5.1 (2016-11-17)
- Fixed missing stopwords in SumBasic summarizer.

## 0.5.0 (2016-11-12)
- Added "--text" CLI parameter to summarize text in Emacs and other tools. Thanks to [@FrancisMurillo](https://github.com/FrancisMurillo).
- Fixed computation of cosine similarity in LexRank summarizator.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.5.1
commit = false
tag = false

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="sumy",
version="0.5.0",
version="0.5.1",
description="Module for automatic summarization of text documents and HTML pages.",
long_description=long_description,
author="Michal Belica",
Expand Down
2 changes: 1 addition & 1 deletion sumy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@


__author__ = "Michal Belica"
__version__ = "0.5.0"
__version__ = "0.5.1"

0 comments on commit eba0e69

Please sign in to comment.