Skip to content

Commit

Permalink
Release v2.2.0 (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
asherf authored Dec 19, 2021
1 parent c33a45f commit bdb4170
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

## v2.2.0 - December 18, 2021 (unreleased)
## v2.2.0 - December 19, 2021

* Switch to Github Actions CI, remove travis-ci.
* Add support for Django 3.2 & 4.0 and Python 3.9 & 3.10
Expand Down
2 changes: 1 addition & 1 deletion django_prometheus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

__version__ = "2.2.0.dev19"
__version__ = "2.2.0"

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

0 comments on commit bdb4170

Please sign in to comment.