diff --git a/README.rst b/README.rst index b818af5..4b985e5 100644 --- a/README.rst +++ b/README.rst @@ -143,6 +143,11 @@ Inspired from https://github.com/Alir3z4/python-stop-words Changelog ========= +2015.2.6 +-------- + +- Fix potential issue in factory.get_available_languages + 2015.2.5 -------- diff --git a/setup.py b/setup.py index 9258d51..612bc4f 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='mots-vides', - version='2015.2.5', + version='2015.2.6', description='Python library for managing stop words in many languages.', long_description=open('README.rst').read(),