Skip to content

Commit

Permalink
Release 3.19
Browse files Browse the repository at this point in the history
Refs #342
  • Loading branch information
simonw committed Nov 21, 2021
1 parent 33176ad commit 1267037
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Expand Up @@ -2,6 +2,13 @@
Changelog
===========

.. _v3_19:

3.19 (2021-11-20)
-----------------

- The :ref:`table.lookup() method <python_api_lookup_tables>` now accepts keyword arguments that match those on the underlying ``table.insert()`` method: ``foreign_keys=``, ``column_order=``, ``not_null=``, ``defaults=``, ``extracts=``, ``conversions=`` and ``columns=``. You can also now pass ``pk=`` to specify a different column name to use for the primary key. (:issue:`342`)

.. _v3_18:

3.18 (2021-11-14)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
import io
import os

VERSION = "3.19a0"
VERSION = "3.19"


def get_long_description():
Expand Down

0 comments on commit 1267037

Please sign in to comment.