From 35846e1eb0f4617da8a10b3dd0520cf8119efdb7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 29 Mar 2024 19:50:40 -0400 Subject: [PATCH] Update HISTORY.rst with version 0.6.0 changes --- HISTORY.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index a26d775..89c00d4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,10 @@ +v0.6.0 (04-29-2024) +=================== + +- Support for Python 3.6+ only. +- Support for SQLAlchemy 2+. +- Dropped support for Python 2.7 and 3.4, with the move to SQLAlchemy 2+. + v0.5.1 (09-01-2017) ===================