Skip to content

Commit

Permalink
Release 1.6.2
Browse files Browse the repository at this point in the history
- Update
  - some docstring updates
  • Loading branch information
ChanTsune authored Aug 1, 2020
2 parents ed0322d + fd38e1b commit b266199
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Versions

### 1.6.2

- Update
- some docstring updates

### 1.6.1

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


__version__ = get_version()
Expand Down

0 comments on commit b266199

Please sign in to comment.