Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Oct 27, 2023
1 parent e676630 commit 7b35f18
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
1.7.0 - 2021-03-02
2.0.0 - 2023-10-28
==================

- Add HTTPS (SSL) support.
- Rework ``MetricConfig``, labels are now an attribute.
- Rework project setup, make packages private.
- Add typing to tests.


1.7.0 - 2023-03-02
==================

- Require Python 3.10 or later.
- Reqork project setup, move tests.
- Rework project setup, move tests.
- Drop ``setup.{py,cfg}``, extract ``tox.ini`` config.


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.dev1"
__version__ = "2.0.0"

0 comments on commit 7b35f18

Please sign in to comment.