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 c33a45f commit bdb4170Copy full SHA for bdb4170
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v2.2.0 - December 18, 2021 (unreleased)
+## v2.2.0 - December 19, 2021
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.dev19"
+__version__ = "2.2.0"
16
17
# Import pip_prometheus to export the pip metrics automatically.
18
try:
0 commit comments