diff --git a/CHANGES.rst b/CHANGES.rst index d13c839..0f02297 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +Version 1.2.0 +------------- +- Support for all Penn POS tags +- Bar plots for POS tags (in addition to wordclouds) +- Remove deprecated fasttext model. + + Version 1.1.2 ------------- - Automatic check and download of NLTK missing resources. diff --git a/pyproject.toml b/pyproject.toml index 5525a0d..ea14c66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wordview" -version = "1.1.2" +version = "1.2.0" description = "Wordview is a Python package for text analysis." authors = ["meghdadFar "] readme = "README.rst"