From 7d88113a9aa4602b091d19601c0e8c04368b76d6 Mon Sep 17 00:00:00 2001 From: ChanTsune <41658782+ChanTsune@users.noreply.github.com> Date: Fri, 9 Oct 2020 12:38:05 +0900 Subject: [PATCH] Release 1.7.1 - Update - some docstring updates - Fix - internal js function doesn't work --- HISTORY.md | 7 +++++++ django_boost/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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()