diff --git a/docs/changelog.rst b/docs/changelog.rst index 459efac..4fab081 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +.. _v2_4_4: + +2.4.4 (2020-03-23) +------------------ + +- Fixed bug where columns with only null values were not correctly created. (`#95 `__) + .. _v2_4_3: 2.4.3 (2020-03-23) diff --git a/setup.py b/setup.py index 92ffb1f..39bce69 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "2.4.3" +VERSION = "2.4.4" def get_long_description():