From ba51364a736026f31222dcdd9085e5056e2c05a3 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sat, 16 Sep 2023 23:20:35 -0700 Subject: [PATCH] version: 13.2.0 --- README.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71e02d7e..49b8e91e 100644 --- a/README.md +++ b/README.md @@ -493,7 +493,10 @@ A: The AI models are cached in `~/.cache/` (or `HUGGINGFACE_HUB_CACHE`). To dele ## ChangeLog +**13.2.0** - fix: allow tile_mode to be set to True or False for backward compatibility +- fix: various pydantic issues have been resolved +- feature: switch to pydantic 2.3 (faster but was a pain to migrate) **13.1.0** - feature: *api server now has feature parity with the python API*. View the docs at http://127.0.0.1:8000/docs after running `aimg server` diff --git a/setup.py b/setup.py index fb0d2f48..ad59c31a 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def get_git_revision_hash() -> str: name="imaginAIry", author="Bryce Drennan", # author_email="b r y p y d o t io", - version="13.1.0", + version="13.2.0", description="AI imagined images. Pythonic generation of images.", long_description=readme, long_description_content_type="text/markdown",