Skip to content

Commit bdb4170

Browse files
authored
Release v2.2.0 (#311)
1 parent c33a45f commit bdb4170

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-
## v2.2.0 - December 18, 2021 (unreleased)
3+
## v2.2.0 - December 19, 2021
44

55
* Switch to Github Actions CI, remove travis-ci.
66
* Add support for Django 3.2 & 4.0 and Python 3.9 & 3.10

django_prometheus/__init__.py

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

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

15-
__version__ = "2.2.0.dev19"
15+
__version__ = "2.2.0"
1616

1717
# Import pip_prometheus to export the pip metrics automatically.
1818
try:

0 commit comments

Comments
 (0)