Skip to content

Commit 445ee84

Browse files
committed
chore(release): 0.16.1
1 parent 47eaecd commit 445ee84

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.16.1](https://github.com/deschler/django-modeltranslation/compare/v0.16.0...v0.16.1) (2020-11-23)
6+
7+
8+
### Bug Fixes
9+
10+
* missing jquery operator ([7c750de](https://github.com/deschler/django-modeltranslation/commit/7c750def728e163d5bde88fedd1124bd7e9a8122))
11+
512
## [0.16.0](https://github.com/deschler/django-modeltranslation/compare/v0.15.2...v0.16.0) (2020-10-12)
613

714

PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.0
22
Name: django-modeltranslation
3-
Version: 0.16.0
3+
Version: 0.16.1
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

Lines changed: 1 addition & 1 deletion
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, 16, 0, 'final', 0)
6+
VERSION = (0, 16, 1, 'final', 0)
77
default_app_config = 'modeltranslation.apps.ModeltranslationConfig'
88

99

0 commit comments

Comments
 (0)