diff --git a/docs/changelog.rst b/docs/changelog.rst index 3702b02..e1663cf 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,14 @@ Changelog =========== +.. _v1_7_1: + +1.7.1 (2019-07-28) +------------------ + +- Fixed bug where inserting records with 11 columns in a batch of 100 triggered a "too many SQL variables" error (`#50 `__) +- Documentation and tests for ``table.drop()`` method: :ref:`python_api_drop` + .. _v1_7: 1.7 (2019-07-24) diff --git a/setup.py b/setup.py index 131825b..dab276c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "1.7" +VERSION = "1.7.1" def get_long_description():