Prepare release 0.14.4

This commit is contained in:
Sergey Tereschenko 2020-02-18 08:13:13 +02:00
parent 99bd7ce81e
commit 53d2fc9a9c
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: django-modeltranslation
Version: 0.14-3
Version: 0.14-4
Summary: Translates Django models using a registration approach.
Home-page: https://github.com/deschler/django-modeltranslation
Author: Peter Eschler,

View file

@ -3,7 +3,7 @@
Version code adopted from Django development version.
https://github.com/django/django
"""
VERSION = (0, 14, 3, 'final', 0)
VERSION = (0, 14, 4, 'final', 0)
default_app_config = 'modeltranslation.apps.ModeltranslationConfig'