Skip to content

Commit

Permalink
Bump version: 0.2.1 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miso-belica committed Jun 7, 2014
1 parent 77c78b8 commit 72ab3b5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[nosetests]
with-coverage = 1
cover-package = sumy
cover-erase = 1

[wheel]
universal = 1

[bumpversion]
files = setup.py setup.cfg sumy/__init__.py CHANGELOG.rst
commit = True
tag = True

2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Changelog
- Function ``sumy.utils.get_stop_words`` raises ``LookupError`` instead of ``ValueError`` for unknown language.
- Exception ``LookupError`` is raised for unknown language of stemmer instead of falling silently to ``null_stemmer``.

0.2.1 (2014-01-23)
0.3.0 (2014-01-23)
------------------
- Fixed installation of my own readability fork. Added ``breadability`` to the dependencies instead of it `#8 <https://github.com/miso-belica/sumy/issues/8>`_. Thanks to `@pratikpoddar <https://github.com/pratikpoddar>`_.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cover-erase=1
universal=1

[bumpversion]
current_version=0.2.1
current_version=0.3.0
files=setup.py setup.cfg sumy/__init__.py CHANGELOG.rst
commit=True
tag=True
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="sumy",
version="0.2.1",
version="0.3.0",
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.2.1"
__version__ = "0.3.0"

0 comments on commit 72ab3b5

Please sign in to comment.