Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Nov 20, 2024
1 parent 7913fc4 commit 55fb004
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.1.0 - 2024-11-20
==================

- Require Python 3.11 or later.
- Switch to ``ruff`` for formatting.


2.0.0 - 2023-10-28
==================

Expand Down
2 changes: 1 addition & 1 deletion prometheus_aioexporter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"__version__",
]

__version__ = "2.0.0"
__version__ = "2.1.0"

0 comments on commit 55fb004

Please sign in to comment.