We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e461112 commit 764d67bCopy full SHA for 764d67b
CHANGELOG.md
@@ -1,8 +1,10 @@
1
# Changelog
2
3
+## v2.4.0 - UNPUBLISHED
4
+
5
## v2.3.1 - May 2nd, 2023
6
-* Fix postgresql provider import, Thaks [@wilsonehusin](https://github.com/korfuri/django-prometheus/pull/402)
7
+* Fix postgresql provider import, Thanks [@wilsonehusin](https://github.com/korfuri/django-prometheus/pull/402)
8
9
## v2.3.0 - May 2nd, 2023
10
django_prometheus/__init__.py
@@ -10,7 +10,7 @@
11
__all__ = ["middleware", "models", "pip_prometheus"]
12
13
-__version__ = "2.3.1"
+__version__ = "2.4.0.dev0"
14
15
# Import pip_prometheus to export the pip metrics automatically.
16
try:
0 commit comments