Skip to content

Commit

Permalink
0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwardrop committed Oct 9, 2022
1 parent 219e138 commit 30deed3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ 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.3
------

* Officially add support for Python 3.10 and 3.11, and extend test coverage to
include these releases.
* Fix handling of future interpreter features that no longer have a mandatory
release version, as for the `annotations` feature (See `#187
<https://github.com/pydata/patsy/pull/187>`__ for details.)

v0.5.2
------

Expand Down
2 changes: 1 addition & 1 deletion patsy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
# 1.0.0.)

__version__ = "0.5.2+dev"
__version__ = "0.5.3"

0 comments on commit 30deed3

Please sign in to comment.