From ba98a0d0f096179b9cef9b676e0fa8e6388e24a0 Mon Sep 17 00:00:00 2001 From: Sergey Tereschenko Date: Fri, 6 Dec 2019 00:42:41 +0200 Subject: [PATCH] Prepare release 0.14.1 --- PKG-INFO | 2 +- modeltranslation/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKG-INFO b/PKG-INFO index 1a2ed01e..2dc82e25 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: django-modeltranslation -Version: 0.14-0 +Version: 0.14-1 Summary: Translates Django models using a registration approach. Home-page: https://github.com/deschler/django-modeltranslation Author: Peter Eschler, diff --git a/modeltranslation/__init__.py b/modeltranslation/__init__.py index 53d703eb..5dfb48dc 100644 --- a/modeltranslation/__init__.py +++ b/modeltranslation/__init__.py @@ -3,7 +3,7 @@ Version code adopted from Django development version. https://github.com/django/django """ -VERSION = (0, 14, 0, 'final', 0) +VERSION = (0, 14, 1, 'final', 0) default_app_config = 'modeltranslation.apps.ModeltranslationConfig'