Skip to content

Commit 78d599c

Browse files
committed
Bumped version to 2.12.6
1 parent eeff147 commit 78d599c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- 2.12.6 Bumped dynamicprompts version to 0.27.1. Late loading of jinja2 to work around issues with incompatible versions of Jinja2 being installed. Also improved dependency management
12
- 2.12.5 Updates to support hires updates in auto1111. See [#498](https://github.com/adieyal/sd-dynamic-prompts/pull/498). Also manually updates PYTHONPATH in install.py if the extension's package is not found. [#496](https://github.com/adieyal/sd-dynamic-prompts/pull/496)
23
- 2.12.4 Honouring --skip-install command line argument for faster load times. Also reverts change to extension-specific logging configuration - see [53e69fe](https://github.com/adieyal/sd-dynamic-prompts/commit/53e69feda77954b86b4b0bae5623bd85009826b3)
34
- 2.12.3 Minor change that does removes the "Promt matrix..." log when there is a single prompt

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
dependencies = [
33
"send2trash~=1.8",
4-
"dynamicprompts[attentiongrabber,magicprompt]~=0.27.0",
4+
"dynamicprompts[attentiongrabber,magicprompt]~=0.27.1",
55
]
66

77
[tool.pytest.ini_options]

sd_dynamic_prompts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.12.5"
1+
__version__ = "2.12.6"

0 commit comments

Comments
 (0)