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.
2 parents 455155d + 245953c commit 037756eCopy full SHA for 037756e
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## DEV
+## v2.1.0 - August 22, 2020
4
5
* Remove support for older django and python versions
6
* Add support for Django 3.0 and Django 3.1
django_prometheus/__init__.py
@@ -10,7 +10,7 @@
10
11
__all__ = ["middleware", "models", "pip_prometheus"]
12
13
-__version__ = "2.1.0.dev"
+__version__ = "2.1.0"
14
15
# Import pip_prometheus to export the pip metrics automatically.
16
try:
0 commit comments