Release 3.34

Refs #561, #563, #564, #565, #567, #568, #569, #570, #571
This commit is contained in:
Simon Willison 2023-07-22 15:47:56 -07:00
commit 091c63cfbf
2 changed files with 19 additions and 1 deletions

View file

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