Skip to content

Commit

Permalink
Prepare release 2.3.0 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
asherf authored May 2, 2023
1 parent 0714b73 commit d9a0d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v2.3.0 - UNPUBLISHED
## v2.3.0 - May 2nd, 2023

* Remove support for Python 3.6, Django versions older tha than 3.2
* Fix two latency metrics not using PROMETHEUS_LATENCY_BUCKETS setting, Thanks [@AleksaC](https://github.com/korfuri/django-prometheus/pull/343)
Expand Down
2 changes: 1 addition & 1 deletion django_prometheus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

__version__ = "2.3.0.dev0"
__version__ = "2.3.0"

# Import pip_prometheus to export the pip metrics automatically.
try:
Expand Down

0 comments on commit d9a0d75

Please sign in to comment.