Skip to content

Commit

Permalink
Release 1.7.1
Browse files Browse the repository at this point in the history
- Update
  - some docstring updates
- Fix
  - internal js function doesn't work
  • Loading branch information
ChanTsune authored Oct 9, 2020
1 parent d22a9a8 commit 7d88113
Show file tree
Hide file tree
Showing 2 changed files with 8 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,6 +2,13 @@

## Versions

### 1.7.1

- Update
- some docstring updates
- Fix
- internal js function doesn't work

### 1.7

- Add
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, 7, 1, 'alpha', 0)
VERSION = (1, 7, 1, 'final', 0)


__version__ = get_version()
Expand Down

0 comments on commit 7d88113

Please sign in to comment.