mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-12 07:13:09 +00:00
Prepare 0.14.0 release
This commit is contained in:
parent
506986400f
commit
ef34601622
3 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
v0.14-0
|
||||
===========
|
||||
Date: 2019-11-14
|
||||
FIXED: Django 3.0 support (#521)
|
||||
FIXED: Tests when django files not writable (#527)
|
||||
|
||||
v0.13-3
|
||||
===========
|
||||
Date: 2019-07-22
|
||||
|
|
|
|||
2
PKG-INFO
2
PKG-INFO
|
|
@ -1,6 +1,6 @@
|
|||
Metadata-Version: 1.0
|
||||
Name: django-modeltranslation
|
||||
Version: 0.13-3
|
||||
Version: 0.14-0
|
||||
Summary: Translates Django models using a registration approach.
|
||||
Home-page: https://github.com/deschler/django-modeltranslation
|
||||
Author: Peter Eschler,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Version code adopted from Django development version.
|
||||
https://github.com/django/django
|
||||
"""
|
||||
VERSION = (0, 13, 3, 'final', 0)
|
||||
VERSION = (0, 14, 0, 'final', 0)
|
||||
default_app_config = 'modeltranslation.apps.ModeltranslationConfig'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue