Skip to content

Commit

Permalink
Merge pull request #249 from asherf/versions
Browse files Browse the repository at this point in the history
Release 2.1.0
  • Loading branch information
asherf authored Aug 22, 2020
2 parents 455155d + 245953c commit 037756e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## DEV
## v2.1.0 - August 22, 2020

* Remove support for older django and python versions
* Add support for Django 3.0 and Django 3.1
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.1.0.dev"
__version__ = "2.1.0"

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

0 comments on commit 037756e

Please sign in to comment.