From e4611129c5dd9716e1ff420b1ae81f9ed2df27f2 Mon Sep 17 00:00:00 2001 From: Asher Foa Date: Tue, 2 May 2023 15:51:17 -0400 Subject: [PATCH] Prep release 2.3.1 (#403) --- CHANGELOG.md | 4 ++-- django_prometheus/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee6f9660..36ea760b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## v2.4.0 - UNPUBLISHED +## v2.3.1 - May 2nd, 2023 -* TBD +* Fix postgresql provider import, Thaks [@wilsonehusin](https://github.com/korfuri/django-prometheus/pull/402) ## v2.3.0 - May 2nd, 2023 diff --git a/django_prometheus/__init__.py b/django_prometheus/__init__.py index 994b3350..02640169 100644 --- a/django_prometheus/__init__.py +++ b/django_prometheus/__init__.py @@ -10,7 +10,7 @@ __all__ = ["middleware", "models", "pip_prometheus"] -__version__ = "2.4.0.dev0" +__version__ = "2.3.1" # Import pip_prometheus to export the pip metrics automatically. try: