Skip to content

Commit 46281c9

Browse files
simonwSimon Willison
authored andcommitted
Release 1.2.1
1 parent 976263e commit 46281c9

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+
.. _v1_2_1:
6+
7+
1.2.1 (2019-06-20)
8+
------------------
9+
10+
- Check the column exists before attempting to add a foreign key (`#29 <https://github.com/simonw/sqlite-utils/issues/29>`__)
11+
512
.. _v1_2:
613

714
1.2 (2019-06-12)

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.2"
5+
VERSION = "1.2.1"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)