diff --git a/HISTORY.md b/HISTORY.md index 257df7c..cae140f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,11 @@ ## Versions +### 1.6.2 + +- Update + - some docstring updates + ### 1.6.1 - Fix diff --git a/django_boost/__init__.py b/django_boost/__init__.py index ce8d2e6..c0cbe63 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, 6, 2, 'alpha', 0) +VERSION = (1, 6, 2, 'final', 0) __version__ = get_version()