diff --git a/docs/changelog.rst b/docs/changelog.rst index 5db9f1b..5a183cc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +.. _v1_4: + +1.4 (2019-06-30) +---------------- + +- Added ``sqlite-utils index-foreign-keys`` command (:ref:`docs `) and ``db.index_foreign_keys()`` method (:ref:`docs `) (`#33 `__) + .. _v1_3: 1.3 (2019-06-28) diff --git a/setup.py b/setup.py index a38d4a8..6f809eb 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "1.3" +VERSION = "1.4" def get_long_description():