Release 3.37

Refs #618, #619, #620, #621, #630, #632
This commit is contained in:
Simon Willison 2024-07-18 11:43:07 -07:00
commit 8b004b2406
2 changed files with 10 additions and 1 deletions

View file

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