diff --git a/README.md b/README.md index b85c733..5589f36 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,10 @@ Simple app containing a mixin model that integrates modeltranslation ## Release Notes +## v0.1.4 + +- Support for wagtailsearch and wagtailsnippets + ## v0.1.3 - Support for translated inline panels #8: https://github.com/infoportugal/wagtail-modeltranslation/issues/8 diff --git a/setup.py b/setup.py index 394fa91..657c585 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='wagtail-modeltranslation', - version='0.1.3', + version='0.1.4', packages=['wagtail_modeltranslation'], include_package_data=True, license='BSD License',