From 4cbade256414844961af5006e93c1cdc5bb84868 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 6 Feb 2020 23:20:03 -0800 Subject: [PATCH] Release 2.2.1 --- docs/changelog.rst | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5268a7f..6e7eadb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +.. _v2_2_1: + +2.2.1 (2020-02-06) +------------------ + +Fixed a bug where ``.upsert(..., hash_id="pk")`` threw an error (`#84 `__). + .. _v2_2: 2.2 (2020-02-01) diff --git a/setup.py b/setup.py index 9f2b1cd..710140c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "2.2" +VERSION = "2.2.1" def get_long_description():