From a6749cdf43229c4f7864c946496e9ac0141627d9 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 28 Jul 2019 15:00:51 +0300 Subject: [PATCH] Release 1.7.1 --- 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 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():