mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-05-11 16:53:11 +00:00
no message
This commit is contained in:
parent
1fb47ea3c1
commit
f5ffe078dd
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue