From c4473dd2c729541172633b9aa857df7b2febe7a6 Mon Sep 17 00:00:00 2001 From: Adi Eyal Date: Thu, 1 Jun 2023 09:37:40 +0200 Subject: [PATCH] Bumped version to 2.12.3 --- docs/CHANGELOG.md | 1 + sd_dynamic_prompts/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c7f49ea..bcc749b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,4 @@ +- 2.12.3 Minor change that does removes the "Promt matrix..." log when there is a single prompt - 2.12.2 Workaround webui bug when extensions with nested tabs are present - see [#481](https://github.com/adieyal/sd-dynamic-prompts/pull/481) - 2.12.1 Hires fix - see [#474](https://github.com/adieyal/sd-dynamic-prompts/issues/474). - 2.12.0 Updated installation process to be more robust and ensure that the correct dependencies are available. See [#449](https://github.com/adieyal/sd-dynamic-prompts/pull/449) diff --git a/sd_dynamic_prompts/__init__.py b/sd_dynamic_prompts/__init__.py index 0f90260..521faac 100644 --- a/sd_dynamic_prompts/__init__.py +++ b/sd_dynamic_prompts/__init__.py @@ -1 +1 @@ -__version__ = "2.12.2" +__version__ = "2.12.3"