Skip to content

Commit d9a0d75

Browse files
authored
Prepare release 2.3.0 (#398)
1 parent 0714b73 commit d9a0d75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v2.3.0 - UNPUBLISHED
3+
## v2.3.0 - May 2nd, 2023
44

55
* Remove support for Python 3.6, Django versions older tha than 3.2
66
* Fix two latency metrics not using PROMETHEUS_LATENCY_BUCKETS setting, Thanks [@AleksaC](https://github.com/korfuri/django-prometheus/pull/343)

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

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

0 commit comments

Comments
 (0)