Skip to content

Commit 94550e1

Browse files
committed
Bump to version 0.13.4
1 parent 09e2cb7 commit 94550e1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Changes
22

3+
- 0.13.4
4+
* Fix: On the Javascript console, library TonSelect complained to be initialized already, if more
5+
than one `Selectize` or `SelectizeMultiple` widget were used.
6+
* Some valid Python regular expressions were rejected by the Javascript implementation when used
7+
as pattern in a `RegexField`.
8+
* When building the project, now one can use the comman line options `--debug` and `--monolith` to
9+
control how the client code shall be generated.
10+
311
- 0.13.3
412
* Fix initialization problem: Webcomponents loaded through templates in a FormCollection with
513
multiple instances were not loaded.

formset/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.13.3'
1+
__version__ = '0.13.4'

0 commit comments

Comments
 (0)