Skip to content

Commit

Permalink
prepare dev release (before actual release) (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
asherf authored Dec 18, 2021
1 parent 752bb46 commit c33a45f
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.2.0 - December 18, 2021 (unreleased)

* 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.dev0"
__version__ = "2.2.0.dev19"

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

0 comments on commit c33a45f

Please sign in to comment.