Skip to content

Commit 755580e

Browse files
committed
Release 2.4.2
1 parent daf2a24 commit 755580e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
===========
44

5+
.. _v2_4_2:
6+
7+
2.4.2 (2020-03-14)
8+
------------------
9+
10+
- ``table.column_dicts`` now works with all column types - previously it would throw errors on types other than ``TEXT``, ``BLOB``, ``INTEGER`` or ``FLOAT``. (`#92 <https://github.com/simonw/sqlite-utils/issues/92>`__)
11+
- Documentation for ``NotFoundError`` thrown by ``table.get(pk)`` - see :ref:`python_api_get`.
12+
513
.. _v2_4_1:
614

715
2.4.1 (2020-03-01)

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 = "2.4.1"
5+
VERSION = "2.4.2"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)