diff --git a/CHANGELOG.md b/CHANGELOG.md index 08d70729..5df296a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ transfer values from one field to another one. * Introduce partial submits and prefilling of dialog forms in collections. * The parser generator allows whitespace inside parentheses. + * Perform all E2E tests by also using the monolithic build. * Add `jest` to explicitly test the parser generator. 1.4.5 diff --git a/formset/__init__.py b/formset/__init__.py index a48cae46..91dccb22 100644 --- a/formset/__init__.py +++ b/formset/__init__.py @@ -1,2 +1,2 @@ -VERSION = 1, 5, 'dev' +VERSION = 1, 5 __version__ = '.'.join(map(str, VERSION))