Release 3.19

Refs #342
This commit is contained in:
Simon Willison 2021-11-20 20:40:47 -08:00
commit 126703706e
2 changed files with 8 additions and 1 deletions

View file

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