From 22250a9c735077d6f365b73bf824e6c67b122c83 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 23 Mar 2020 13:32:09 -0700 Subject: [PATCH] Release 2.4.4 --- docs/changelog.rst | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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():