There was an error while loading. Please reload this page.
1 parent 2a64eed commit c57a8f0Copy full SHA for c57a8f0
2 files changed
CHANGES.rst
@@ -3,7 +3,7 @@
3
Changes
4
=========
5
6
-5.2.0 (unreleased)
+5.2.0 (2026-07-02)
7
==================
8
9
- Add support for Python 3.14 and 3.15.
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
from setuptools import find_namespace_packages
-version = '5.1.1.dev0'
+version = '5.2.0'
entry_points = {
'console_scripts': [
0 commit comments