mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-05-18 20:21:13 +00:00
Preparing version v0.5.0 alpha 1.
This commit is contained in:
parent
fa3fa07922
commit
0685e9da9f
3 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
v0.5.0a1:
|
||||
- Added patching for BaseSetting subclasses
|
||||
|
||||
v0.5.0a:
|
||||
- Wagtail 1.4.x compatibility (#67)
|
||||
- ElasticSearch integration (#66)
|
||||
|
|
|
|||
2
PKG-INFO
2
PKG-INFO
|
|
@ -1,6 +1,6 @@
|
|||
Metadata-Version: 1.0
|
||||
Name: wagtail-modeltranslation
|
||||
Version: 0.5.0a
|
||||
Version: 0.5.0a1
|
||||
Summary: Translates Wagtail CMS models using a registration approach.
|
||||
Home-page: https://github.com/infoportugal/wagtail-modeltranslation
|
||||
Author: InfoPortugal S.A.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ from distutils.core import setup
|
|||
|
||||
setup(
|
||||
name='wagtail-modeltranslation',
|
||||
version='0.5.0a',
|
||||
version='0.5.0a1',
|
||||
description='Translates Wagtail CMS models using a registration approach.',
|
||||
long_description=(
|
||||
'The modeltranslation application can be used to translate dynamic '
|
||||
|
|
|
|||
Loading…
Reference in a new issue