Skip to content

Commit 22cd734

Browse files
committed
update to v2.3.0
1 parent 02e932c commit 22cd734

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1616

1717
-------------------------------------------------------------------
1818
## [Unreleased]
19+
20+
## [2.3.0] 2024-05-27
1921
## Fixed
2022
- Fixed a bug where verbose logging was not lowering the log level correctly
2123

pynonymizer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "2.2.1"
1+
__version__ = "2.3.0"
22

33
from pynonymizer.pynonymize import pynonymize as run

0 commit comments

Comments
 (0)