Skip to content

Commit

Permalink
Become 2.17.1, require dynamicprompts 0.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Nov 9, 2023
1 parent b1ea7bd commit 8e92d52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- 2.17.1 Upgraded to dynamicprompts v0.30.2 for a bugfix.
- 2.17.0 Upgraded to dynamicprompts v0.30.1. Removed support for python 3.7 ([#98](https://github.com/adieyal/dynamicprompts/pull/98)), wildcard files now support weights ([#97](https://github.com/adieyal/dynamicprompts/pull/97)). Also added infrastructure to return additional metadata gatherered during sampling ([#100](https://github.com/adieyal/dynamicprompts/pull/100)).
- 2.16.3 Refactoring and fixing [#601](https://github.com/adieyal/sd-dynamicprompts/issues/601)
- 2.16.2 Refactor paths and magic prompt models file read
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
dependencies = [
"send2trash~=1.8",
"dynamicprompts[attentiongrabber,magicprompt]~=0.30.1",
"dynamicprompts[attentiongrabber,magicprompt]~=0.30.2",
]

[tool.pytest.ini_options]
Expand Down
2 changes: 1 addition & 1 deletion sd_dynamic_prompts/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.17.0"
__version__ = "2.17.1"

0 comments on commit 8e92d52

Please sign in to comment.