Skip to content

Commit

Permalink
Prep release 2.3.1 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
asherf committed May 2, 2023
1 parent c73e8e7 commit e461112
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## v2.4.0 - UNPUBLISHED
## v2.3.1 - May 2nd, 2023

* TBD
* Fix postgresql provider import, Thaks [@wilsonehusin](https://github.com/korfuri/django-prometheus/pull/402)

## v2.3.0 - May 2nd, 2023

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.4.0.dev0"
__version__ = "2.3.1"

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

0 comments on commit e461112

Please sign in to comment.