We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c28a4d commit 4cbade2Copy full SHA for 4cbade2
docs/changelog.rst
@@ -2,6 +2,13 @@
2
Changelog
3
===========
4
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
12
.. _v2_2:
13
14
2.2 (2020-02-01)
setup.py
@@ -2,7 +2,7 @@
import io
import os
-VERSION = "2.2"
+VERSION = "2.2.1"
def get_long_description():
0 commit comments