mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-05-18 04:01:13 +00:00
Fixed version number for pypi.
This commit is contained in:
parent
cb217cd18e
commit
f21bf5a3ad
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@ from distutils.core import setup
|
|||
|
||||
setup(
|
||||
name='wagtail-modeltranslation',
|
||||
version='0.6rc1',
|
||||
version='0.6.0rc1',
|
||||
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