Skip to content

Commit 10f4913

Browse files
committed
Release 3.9.1
Refs #271
1 parent b962909 commit 10f4913

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.rst

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

5+
.. _3.9.1:
6+
7+
3.9.1 (2021-06-12)
8+
------------------
9+
10+
- Fixed bug when using ``table.upsert_all()`` to create a table with only a single column that is treated as the primary key. (`#271 <https://github.com/simonw/sqlite-utils/issues/271>`__)
11+
512
.. _v3_9:
613

714
3.9 (2021-06-11)

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 = "3.9"
5+
VERSION = "3.9.1"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)