From f9d48d069dba605a8fdc4e9e8a45689c97d453aa Mon Sep 17 00:00:00 2001 From: James <12661555+jmsmkn@users.noreply.github.com> Date: Tue, 22 Feb 2022 11:22:19 +0100 Subject: [PATCH] Release Version 0.2.1 (#11) * Update HISTORY.md * Update pyproject.toml --- HISTORY.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"