Skip to content

Commit fa5af79

Browse files
committed
chore(release): 0.16.2
1 parent e84eb04 commit fa5af79

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.2](https://github.com/deschler/django-modeltranslation/compare/v0.16.1...v0.16.2) (2021-02-18)
6+
7+
8+
### Bug Fixes
9+
10+
* remove on windwos load from add another ([c8ea228](https://github.com/deschler/django-modeltranslation/commit/c8ea22877b3f4070ffb4d3d4e602d7ef09ab0860))
11+
512
### [0.16.1](https://github.com/deschler/django-modeltranslation/compare/v0.16.0...v0.16.1) (2020-11-23)
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.1
3+
Version: 0.16.2
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, 1, 'final', 0)
6+
VERSION = (0, 16, 2, 'final', 0)
77
default_app_config = 'modeltranslation.apps.ModeltranslationConfig'
88

99

0 commit comments

Comments
 (0)