diff --git a/docs/changelog.rst b/docs/changelog.rst index cf0ff85..8ba41ae 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +.. _v3_2_1: + +3.2.1 (2021-01-12) +------------------ + +- Fixed a bug where ``.add_missing_columns()`` failed to take case insensitive column names into account. (`#221 `__) + .. _v3_2: 3.2 (2021-01-03) diff --git a/setup.py b/setup.py index d3f141c..b1a7324 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "3.2" +VERSION = "3.2.1" def get_long_description():