Skip to content

Commit

Permalink
chore(release): 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Nov 23, 2020
1 parent 47eaecd commit 445ee84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

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.

### [0.16.1](https://github.com/deschler/django-modeltranslation/compare/v0.16.0...v0.16.1) (2020-11-23)


### Bug Fixes

* missing jquery operator ([7c750de](https://github.com/deschler/django-modeltranslation/commit/7c750def728e163d5bde88fedd1124bd7e9a8122))

## [0.16.0](https://github.com/deschler/django-modeltranslation/compare/v0.15.2...v0.16.0) (2020-10-12)


Expand Down
2 changes: 1 addition & 1 deletion PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: django-modeltranslation
Version: 0.16.0
Version: 0.16.1
Summary: Translates Django models using a registration approach.
Home-page: https://github.com/deschler/django-modeltranslation
Author: Peter Eschler,
Expand Down
2 changes: 1 addition & 1 deletion modeltranslation/__init__.py
Expand Up @@ -3,7 +3,7 @@
Version code adopted from Django development version.
https://github.com/django/django
"""
VERSION = (0, 16, 0, 'final', 0)
VERSION = (0, 16, 1, 'final', 0)
default_app_config = 'modeltranslation.apps.ModeltranslationConfig'


Expand Down

0 comments on commit 445ee84

Please sign in to comment.