Skip to content

Commit

Permalink
Bumped version to 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adieyal committed Nov 5, 2023
1 parent 5c6fab6 commit 14d432b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.30.0 - 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)).
0.29.0 - Added an option to shuffle the output of the wildcard manager
0.28.0 - WildcardManager no longer deduplicates wildcards. Return a list instead of a set
0.27.1 - Late-import of jinja2 Jinja2 to work around issues with incompatible versions of Jinja2 being installed in some downstream users' environments. See [#476](https://github.com/adieyal/sd-dynamic-prompts/issues/476)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "dynamicprompts"
version = "0.29.0"
version = "0.30.0"
description = "Dynamic prompts templating library for Stable Diffusion"
homepage = "https://github.com/adieyal/dynamicprompts"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/dynamicprompts/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.29.0"
__version__ = "0.30.0"

0 comments on commit 14d432b

Please sign in to comment.