diff --git a/docs/changelog.rst b/docs/changelog.rst index 72b19fc..fc27dca 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,14 @@ Changelog =========== +.. _v2_1: + +2.1 (2020-01-30) +---------------- + +New feature: ``conversions={...}`` can be passed to the ``.insert()`` family of functions to specify SQL conversions that should be applied to values that are being inserted or updated. See :ref:`python_api_conversions` . (`#77 `__). + + .. _v2_0_1: 2.0.1 (2020-01-05) diff --git a/setup.py b/setup.py index a37c6b0..66854c9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "2.0.1" +VERSION = "2.1" def get_long_description():