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():