Skip to content

Commit 764d67b

Browse files
authored
back to dev releases (#404)
1 parent e461112 commit 764d67b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
22

3+
## v2.4.0 - UNPUBLISHED
4+
35
## v2.3.1 - May 2nd, 2023
46

5-
* 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)
68

79
## v2.3.0 - May 2nd, 2023
810

django_prometheus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
__all__ = ["middleware", "models", "pip_prometheus"]
1212

13-
__version__ = "2.3.1"
13+
__version__ = "2.4.0.dev0"
1414

1515
# Import pip_prometheus to export the pip metrics automatically.
1616
try:

0 commit comments

Comments
 (0)