Skip to content

Commit 037756e

Browse files
authored
Merge pull request #249 from asherf/versions
Release 2.1.0
2 parents 455155d + 245953c commit 037756e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## DEV
3+
## v2.1.0 - August 22, 2020
44

55
* Remove support for older django and python versions
66
* Add support for Django 3.0 and Django 3.1

django_prometheus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

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

13-
__version__ = "2.1.0.dev"
13+
__version__ = "2.1.0"
1414

1515
# Import pip_prometheus to export the pip metrics automatically.
1616
try:

0 commit comments

Comments
 (0)