We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752bb46 commit c33a45fCopy full SHA for c33a45f
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Dev
+## v2.2.0 - December 18, 2021 (unreleased)
4
5
* Switch to Github Actions CI, remove travis-ci.
6
* Add support for Django 3.2 & 4.0 and Python 3.9 & 3.10
django_prometheus/__init__.py
@@ -12,7 +12,7 @@
12
13
__all__ = ["middleware", "models", "pip_prometheus"]
14
15
-__version__ = "2.2.0.dev0"
+__version__ = "2.2.0.dev19"
16
17
# Import pip_prometheus to export the pip metrics automatically.
18
try:
0 commit comments