From 57ab3d7126bfce0e52db87d7ceea27fd0bb95438 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Fri, 20 May 2016 10:01:40 +0300 Subject: [PATCH] Bump version --- CHANGES.rst | 6 ++++++ sqlalchemy_utils/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2c0bffe..bfeaee9 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.7 (2016-05-20) +^^^^^^^^^^^^^^^^^^^ + +- Made PhoneNumber exceptions inherit SQLAlchemy's DontWrapMixin (#219, pull request courtesy of JackWink) + + 0.32.6 (2016-05-11) ^^^^^^^^^^^^^^^^^^^ diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index 5af0845..223872c 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -95,4 +95,4 @@ from .types import ( # noqa WeekDaysType ) -__version__ = '0.32.6' +__version__ = '0.32.7'