diff --git a/HISTORY.md b/HISTORY.md index f3fec4e..542aa83 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # History +## 0.2.1 (2022-02-22) + +- `find_school_names` now always returns a string +- Updated the source database +- Migrated to PEP517 + ## 0.2.0 (2022-02-15) - Dropped support for Python 3.6 diff --git a/pyproject.toml b/pyproject.toml index f8312b4..e3c9178 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyswot" -version = "0.2.0" +version = "0.2.1" description = "Python wrapper for JetBrains/swot" authors = ["James Meakin "] license = "Apache-2.0"