Skip to content

Commit a6749cd

Browse files
committed
Release 1.7.1
1 parent 535a5ea commit a6749cd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
===========
44

5+
.. _v1_7_1:
6+
7+
1.7.1 (2019-07-28)
8+
------------------
9+
10+
- Fixed bug where inserting records with 11 columns in a batch of 100 triggered a "too many SQL variables" error (`#50 <https://github.com/simonw/sqlite-utils/issues/50>`__)
11+
- Documentation and tests for ``table.drop()`` method: :ref:`python_api_drop`
12+
513
.. _v1_7:
614

715
1.7 (2019-07-24)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import io
33
import os
44

5-
VERSION = "1.7"
5+
VERSION = "1.7.1"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)