diff --git a/docs/changelog.rst b/docs/changelog.rst index 8153559..d9b478d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +.. _v1_2_1: + +1.2.1 (2019-06-20) +------------------ + +- Check the column exists before attempting to add a foreign key (`#29 `__) + .. _v1_2: 1.2 (2019-06-12) diff --git a/setup.py b/setup.py index 290de56..db0e770 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "1.2" +VERSION = "1.2.1" def get_long_description():