diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e49cd63..a7a90e378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.2.1 +## v0.2.2 *Note:* this is the last release with _Deprecated classes. Those classes will be removed in the next release. @@ -76,6 +76,11 @@ - fix BlockShardedTSVDataSource (#832) +## v0.2.1 + +(skipped because of packaging issues) + + ## v0.2.0 *Note:* This release makes the new data handler API the default and deprecates Task and Model classes using the old data handler API. We recommend that you migrate your models to the new API as soon as possible. More details here: http://... diff --git a/pytext/models/qna/__init__.py b/pytext/models/qna/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/setup.py b/setup.py index e24e6cddb..f4a6f19ee 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setuptools.setup( name="pytext-nlp", - version="0.2.1", + version="0.2.2", description="pytorch modeling framework and model zoo for text models", url="https://github.com/facebookresearch/PyText", author="Facebook",