new release: v0.1.5

This commit is contained in:
Rui Manuel da Silva Martins 2015-07-23 12:21:25 +01:00
parent 51ea9a7a3c
commit c1ca0fc97b
2 changed files with 6 additions and 2 deletions

View file

@ -48,6 +48,10 @@ Simple app containing a mixin model that integrates modeltranslation
## Release Notes
## v0.1.5
- Fixed required fields related bug
## v0.1.4
- Support for wagtailsearch and wagtailsnippets

View file

@ -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.4',
version='0.1.5',
packages=['wagtail_modeltranslation'],
include_package_data=True,
license='BSD License',
@ -33,4 +33,4 @@ setup(
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
install_requires=['django-modeltranslation==0.9.1', 'wagtail']
)
)