Skip to content

Commit 7f816b4

Browse files
authored
Back to dev releases (#471)
1 parent 9837d29 commit 7f816b4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## v2.5.0 - UNRELEASED
4+
35
## v2.4.0 - June 18th, 2025
46

57
* Add support for Django 5.0 and Python 3.12.

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.4.0"
13+
__version__ = "2.5.0.dev0"
1414

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

0 commit comments

Comments
 (0)