From fe64056f800976038e86e60194598fe11496076d Mon Sep 17 00:00:00 2001 From: Amrit Ghimire Date: Thu, 25 Jan 2024 19:20:50 +0545 Subject: [PATCH] Upgrade version --- HISTORY.rst | 5 +++++ django_page_hits/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"