diff --git a/docs/changelog.rst b/docs/changelog.rst index 772b8d7..b90d905 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,10 @@ ChangeLog ========= +0.15.0 +------ +- fix bug where widget instances were passed instead of widget classes (#34) + 0.14.0 ------ - add hookset to support customizing available field type choices when designing a survey diff --git a/setup.py b/setup.py index d1500a4..a65333b 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def read(*parts): description="a dynamic form generator", name="formly", long_description=read("README.rst"), - version="0.14.0", + version="0.15.0", url="https://github.com/eldarion/formly", license="BSD", packages=find_packages(),