diff --git a/docs/changelog.rst b/docs/changelog.rst index f2ced11..459efac 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +.. _v2_4_3: + +2.4.3 (2020-03-23) +------------------ + +- Column type suggestion code is no longer confused by null values. (`#94 `__) + .. _v2_4_2: 2.4.2 (2020-03-14) diff --git a/setup.py b/setup.py index 5ddc106..92ffb1f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "2.4.2" +VERSION = "2.4.3" def get_long_description():