Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
- Fix
  - error in template `alive` filter.
  • Loading branch information
ChanTsune authored Jul 18, 2020
2 parents 28430d1 + 2995551 commit b76ee94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## Versions

### 1.6.1

- Fix
- error in template `alive` filter.

### 1.6

- Add
- `django_boost.models.mixins.LogicalDeletionMixin`
- `django_boost.admin.LogicalDeletionModelAdmin`
Expand All @@ -11,6 +17,7 @@
- `django_boost.admin.sites.register_all` allow options argument.

### 1.5.2

- Update
- some translation updates
- `support_heroku` command messages
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Django Boost is a collection of custom extensions for the Django Framework.

[![PyPI - License](https://img.shields.io/pypi/l/django_boost)](https://pypi.org/project/django-boost/)
[![Build Status](https://travis-ci.org/ChanTsune/django-boost.svg?branch=master)](https://travis-ci.org/ChanTsune/django-boost)
[![Documentation Status](https://readthedocs.org/projects/django-boost/badge/?version=latest)](https://django-boost.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/django_boost)](https://pypi.org/project/django-boost/)
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/django_boost)](https://pypi.org/project/django-boost/)
[![Downloads](https://pepy.tech/badge/django-boost)](https://pepy.tech/project/django-boost)
Expand Down
2 changes: 1 addition & 1 deletion django_boost/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django_boost.utils.version import get_version

VERSION = (1, 6, 0, 'final', 0)
VERSION = (1, 6, 1, 'final', 0)


__version__ = get_version()
Expand Down

0 comments on commit b76ee94

Please sign in to comment.