We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd7bc1 commit 34f6384Copy full SHA for 34f6384
doc/changes.rst
@@ -8,6 +8,11 @@ All Patsy releases are archived at Zenodo:
8
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.592075.svg
9
:target: https://doi.org/10.5281/zenodo.592075
10
11
+v0.5.4
12
+------
13
+
14
+* Add support for Python 3.12, and fix broken unit tests in this version.
15
16
v0.5.3
17
------
18
patsy/version.py
@@ -17,4 +17,4 @@
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
# 1.0.0.)
19
20
-__version__ = "0.5.3+dev"
+__version__ = "0.5.4"
0 commit comments