From ee410daba25f0f01d5a53e7993573b5d0496f572 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Wed, 30 Mar 2016 15:59:35 +0300 Subject: [PATCH] Update changes --- CHANGES.rst | 6 ++++++ sqlalchemy_utils/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 73988e3..e09fd76 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,12 @@ Changelog Here you can see the full list of changes between each SQLAlchemy-Utils release. +0.32.1 (2016-03-30) +^^^^^^^^^^^^^^^^^^^ + +- Fix database helpers for sqlite (#208, pull request courtesy of RobertDeRose) + + 0.32.0 (2016-03-17) ^^^^^^^^^^^^^^^^^^^ diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index 2f866a1..83c24fe 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -93,4 +93,4 @@ from .types import ( # noqa WeekDaysType ) -__version__ = '0.32.0' +__version__ = '0.32.1'