Skip to content

Commit 30deed3

Browse files
0.5.3
1 parent 219e138 commit 30deed3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

doc/changes.rst

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ All Patsy releases are archived at Zenodo:
88
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.592075.svg
99
:target: https://doi.org/10.5281/zenodo.592075
1010

11+
v0.5.3
12+
------
13+
14+
* Officially add support for Python 3.10 and 3.11, and extend test coverage to
15+
include these releases.
16+
* Fix handling of future interpreter features that no longer have a mandatory
17+
release version, as for the `annotations` feature (See `#187
18+
<https://github.com/pydata/patsy/pull/187>`__ for details.)
19+
1120
v0.5.2
1221
------
1322

patsy/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
1818
# 1.0.0.)
1919

20-
__version__ = "0.5.2+dev"
20+
__version__ = "0.5.3"

0 commit comments

Comments
 (0)