From 1a9dab86fe22b122ea44e2161887fe3c0129297f Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 28 Aug 2020 15:45:11 -0700 Subject: [PATCH] Release 2.16.1 Refs #139, #142, #143 --- docs/changelog.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 041c8b1..175e468 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 `__) +- Continuous Integration is now powered by GitHub Actions. (`#143 `__) + .. _v2_16: 2.16 (2020-08-21) diff --git a/setup.py b/setup.py index df11f38..8aa60cb 100644 --- a/setup.py +++ b/setup.py @@ -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():