From f6ebd3817d7386ffd649fc4e74c93bf08834c077 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 27 Jun 2023 16:33:30 +0200 Subject: [PATCH] 1.1.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ src/typedal/__about__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4549ed5..2b4ca37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v1.1.2 (2023-06-27) +### Fix + +* **query:** A class with postponed db.define could not be used to make queries ([`2e55363`](https://github.com/trialandsuccess/TypeDAL/commit/2e553632312fd759702e220ae71de9e0abb3d5a9)) + ## v1.1.1 (2023-06-22) ### Fix diff --git a/src/typedal/__about__.py b/src/typedal/__about__.py index 460be43..f261061 100644 --- a/src/typedal/__about__.py +++ b/src/typedal/__about__.py @@ -5,4 +5,4 @@ # SPDX-FileCopyrightText: 2023-present Robin van der Noord # # SPDX-License-Identifier: MIT -__version__ = "1.1.1" +__version__ = "1.1.2"