diff --git a/HISTORY.rst b/HISTORY.rst index adc7664..c2bff54 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.2.0 (2024-01-25) +------------------ +Fix import for more recent Python + + 0.1.0 (2020-10-12) ------------------ diff --git a/django_page_hits/__init__.py b/django_page_hits/__init__.py index 3dc1f76..d3ec452 100644 --- a/django_page_hits/__init__.py +++ b/django_page_hits/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.2.0"