diff --git a/doc/changes.rst b/doc/changes.rst index 6314ccd..3a56056 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -8,6 +8,11 @@ All Patsy releases are archived at Zenodo: .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.592075.svg :target: https://doi.org/10.5281/zenodo.592075 +v0.5.4 +------ + +* Add support for Python 3.12, and fix broken unit tests in this version. + v0.5.3 ------ diff --git a/patsy/version.py b/patsy/version.py index 29a0839..78760ec 100644 --- a/patsy/version.py +++ b/patsy/version.py @@ -17,4 +17,4 @@ # want. (Contrast with the special suffix 1.0.0.dev, which sorts *before* # 1.0.0.) -__version__ = "0.5.3+dev" +__version__ = "0.5.4"