Skip to content

Commit 1267037

Browse files
committed
Release 3.19
Refs #342
1 parent 33176ad commit 1267037

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+
.. _v3_19:
6+
7+
3.19 (2021-11-20)
8+
-----------------
9+
10+
- 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`)
11+
512
.. _v3_18:
613

714
3.18 (2021-11-14)

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 = "3.19a0"
5+
VERSION = "3.19"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)