Release 2.16.1

Refs #139, #142, #143
This commit is contained in:
Simon Willison 2020-08-28 15:45:11 -07:00
commit 1a9dab86fe
2 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,14 @@
Changelog
===========
.. _v2_16_1:
2.16.1 (2020-08-28)
-------------------
- ``insert_all(..., alter=True)`` now works for columns introduced after the first 100 records. Thanks, Simon Wiles! (`#139 <https://github.com/simonw/sqlite-utils/issues/139>`__)
- Continuous Integration is now powered by GitHub Actions. (`#143 <https://github.com/simonw/sqlite-utils/issues/143>`__)
.. _v2_16:
2.16 (2020-08-21)

View file

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