Skip to content

Commit 5e8176b

Browse files
authored
Back to 2.4.0 dev releases (#400)
1 parent d9a0d75 commit 5e8176b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## v2.4.0 - UNPUBLISHED
4+
5+
* TBD
6+
37
## v2.3.0 - May 2nd, 2023
48

59
* Remove support for Python 3.6, Django versions older tha than 3.2

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

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

0 commit comments

Comments
 (0)