Skip to content

Commit 4f58624

Browse files
committed
Prepared 0.13-beta2 release
1 parent 2658ac7 commit 4f58624

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.txt

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v0.13-beta2
2+
===========
3+
Date: 2019-02-13
4+
5+
ADDED: Django 2.1 support
6+
ADDED: Python 3.7 support
7+
FIXED: JS errors in admin with new jQuery
8+
9+
110
v0.13-beta1
211
===========
312
Date: 2018-04-16

PKG-INFO

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.0
22
Name: django-modeltranslation
3-
Version: 0.13-beta1
3+
Version: 0.13-beta2
44
Summary: Translates Django models using a registration approach.
55
Home-page: https://github.com/deschler/django-modeltranslation
66
Author: Peter Eschler,

modeltranslation/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Version code adopted from Django development version.
44
https://github.com/django/django
55
"""
6-
VERSION = (0, 13, 0, 'beta', 1)
6+
VERSION = (0, 13, 0, 'beta', 2)
77
default_app_config = 'modeltranslation.apps.ModeltranslationConfig'
88

99

0 commit comments

Comments
 (0)