From 3f02c111b7feb1adb3c00832abf5026c50d45ed1 Mon Sep 17 00:00:00 2001 From: Stuart Campbell Date: Thu, 23 Nov 2023 10:49:14 +1100 Subject: [PATCH] Prepare v1.1.2 release --- HISTORY.rst | 17 +++++++++++++++++ partridge/__version__.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index e3e9899..779d665 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,23 @@ History ======= +1.1.2 (2022-11-23) +----------------- + +Code changes: + +* Remove references to deprecated NumPy types (https://github.com/remix/partridge/pull/69 - thanks @BlackSpade741!) +* Switch from [cChardet](https://github.com/PyYoshi/cChardet) to [charset-normalizer](https://github.com/Ousret/charset_normalizer) for Python 3.10 support (https://github.com/remix/partridge/pull/76 - thanks @brockhaywood!) + +Other changes: + +* Miscellaneous improvements to tests, code formatting, and documentation (https://github.com/remix/partridge/pull/61 - thanks @invisiblefunnel!) +* Relocate usage examples from wiki to README (https://github.com/remix/partridge/pull/70 - thanks @landonreed!) +* README tweaks (https://github.com/remix/partridge/pull/74 - thanks @chelsey!) +* Use GitHub Actions for automated testing (https://github.com/remix/partridge/pull/79 - thanks @dget!) + * Note that we test against Python versions 3.8, 3.9, 3.10, and 3.11. + + 1.1.1 (2019-09-13) ------------------ diff --git a/partridge/__version__.py b/partridge/__version__.py index a82b376..72f26f5 100644 --- a/partridge/__version__.py +++ b/partridge/__version__.py @@ -1 +1 @@ -__version__ = "1.1.1" +__version__ = "1.1.2"