Skip to content

Commit 4cbade2

Browse files
committed
Release 2.2.1
1 parent 7c28a4d commit 4cbade2

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+
.. _v2_2_1:
6+
7+
2.2.1 (2020-02-06)
8+
------------------
9+
10+
Fixed a bug where ``.upsert(..., hash_id="pk")`` threw an error (`#84 <https://github.com/simonw/sqlite-utils/issues/84>`__).
11+
512
.. _v2_2:
613

714
2.2 (2020-02-01)

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 = "2.2"
5+
VERSION = "2.2.1"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)