From efcafc24a8fcd53ea943c498b9c3a909ad1962be Mon Sep 17 00:00:00 2001 From: vanife Date: Sun, 28 Feb 2016 07:34:18 +0100 Subject: [PATCH] fixed the year --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7fe20cd..728378e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,13 +4,13 @@ Changelog Here you can see the full list of changes between each SQLAlchemy-Utils release. -0.31.6 (2015-01-21) +0.31.6 (2016-01-21) ^^^^^^^^^^^^^^^^^^^ - Added literal parameter processing for ArrowType (#182, pull request courtesy of jmagnusson) -0.31.5 (2015-01-14) +0.31.5 (2016-01-14) ^^^^^^^^^^^^^^^^^^^ - Fixed scalar parsing of LocaleType (#173)