Skip to content

Commit

Permalink
Release V2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blogh committed Apr 9, 2024
1 parent e0589b9 commit 807f9b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log

## Unreleased
## check_patroni 2.0.0 - 2024-04-09

### Changed

Expand All @@ -24,7 +24,7 @@

### Misc

* Improve the documentation for node_is_replica.
* Improve the documentation for `node_is_replica`.
* Improve test coverage by running an HTTP server to fake the Patroni API (#55
by @dlax).
* Work around old pytest versions in type annotations in the test suite.
Expand Down
2 changes: 1 addition & 1 deletion check_patroni/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging

__version__ = "1.0.0"
__version__ = "2.0.0"

_log: logging.Logger = logging.getLogger(__name__)

0 comments on commit 807f9b2

Please sign in to comment.