From 89963d8330f425b777015d662028009439d84e65 Mon Sep 17 00:00:00 2001 From: smoke-b Date: Mon, 7 Dec 2020 20:01:31 +0300 Subject: [PATCH 1/2] Change version to 0.2.1 --- pymystem3/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymystem3/metadata.py b/pymystem3/metadata.py index a7553eb..c039d2c 100644 --- a/pymystem3/metadata.py +++ b/pymystem3/metadata.py @@ -8,7 +8,7 @@ package = 'pymystem3' project = "Python MyStem 3" project_no_spaces = project.replace(' ', '-') -version = '0.2.0' +version = '0.2.1' description = 'Python wrapper for the Yandex MyStem 3.1 morpholocial analyzer of the Russian language.' authors = ['Denis Sukhonin', 'Alexander Panchenko', 'Daniel Brshatsky', 'Andy Fefelov', 'Anton Malashenkov'] authors_string = ', '.join(authors) From 9bd268f417357368eee33e2ad88f7db7d4d2cb59 Mon Sep 17 00:00:00 2001 From: smoke-b Date: Mon, 7 Dec 2020 23:52:39 +0300 Subject: [PATCH 2/2] Update Markupsafe version to fix breaking install pallets/markupsafe#116 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6b8bc57..636900b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ pyflakes==0.7.3 Sphinx==1.2 docutils==0.11 Jinja2==2.7.1 -MarkupSafe==0.18 +MarkupSafe==1.1.1 Pygments==1.6 # Miscellaneous