Skip to content

Commit

Permalink
Bump to version 0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Mar 18, 2023
1 parent 09e2cb7 commit 94550e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changes

- 0.13.4
* Fix: On the Javascript console, library TonSelect complained to be initialized already, if more
than one `Selectize` or `SelectizeMultiple` widget were used.
* Some valid Python regular expressions were rejected by the Javascript implementation when used
as pattern in a `RegexField`.
* When building the project, now one can use the comman line options `--debug` and `--monolith` to
control how the client code shall be generated.

- 0.13.3
* Fix initialization problem: Webcomponents loaded through templates in a FormCollection with
multiple instances were not loaded.
Expand Down
2 changes: 1 addition & 1 deletion formset/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.13.3'
__version__ = '0.13.4'

0 comments on commit 94550e1

Please sign in to comment.