Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Version 1.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandBordage committed Aug 8, 2019
1 parent 38a3cd1 commit 5370bf5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,12 @@
What’s new in wagtail-react-streamfield?
========================================

1.3.3
-----

Fixes a packaging issue due to a setuptools bug (it doesn’t clean its
workspace before rebuilding, leading to extra unwanted files in the package)

1.3.2
-----

Expand Down
2 changes: 1 addition & 1 deletion wagtail_react_streamfield/__init__.py
@@ -1,4 +1,4 @@
VERSION = (1, 3, 2)
VERSION = (1, 3, 3)
__version__ = '.'.join(map(str, VERSION))

default_app_config = 'wagtail_react_streamfield.apps.WagtailReactStreamFieldConfig'

0 comments on commit 5370bf5

Please sign in to comment.