diff --git a/HISTORY.md b/HISTORY.md index 118282c..9e873a2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,13 @@ ## Versions +### 1.7.1 + +- Update + - some docstring updates +- Fix + - internal js function doesn't work + ### 1.7 - Add diff --git a/django_boost/__init__.py b/django_boost/__init__.py index 1d48998..9cfbaf7 100644 --- a/django_boost/__init__.py +++ b/django_boost/__init__.py @@ -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()