Release 3.38

Refs #628, #633, #643, #644
This commit is contained in:
Simon Willison 2024-11-23 14:38:40 -08:00
commit 9d7da0606e
2 changed files with 11 additions and 1 deletions

View file

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import io
import os
VERSION = "3.38a0"
VERSION = "3.38"
def get_long_description():