Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknovak committed Jun 17, 2024
1 parent 57a5f13 commit 183a0b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
anonipy-0.0.8 (2024-06-17)

- Add automatic date format detection support to DateGenerator

anonipy-0.0.7 (2024-06-06)

- Upgrade gliner-spacy to have cleaner code
- Add function to help manual post-anonymization replacement fixing

anonipy-0.0.6 (2024-05-31)

- Add GPU support and entity scores to EntityExtractor
Expand Down
2 changes: 1 addition & 1 deletion anonipy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""

__version__ = "0.0.7"
__version__ = "0.0.8"

from . import anonymize
from . import utils
Expand Down

0 comments on commit 183a0b8

Please sign in to comment.