Release 3.26

Refs #415, #416, #420, #421, #425
This commit is contained in:
Simon Willison 2022-04-13 15:51:48 -07:00
commit 6915fbcce2
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.25.1"
VERSION = "3.26"
def get_long_description():