Skip to content

Commit

Permalink
v1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Dec 5, 2024
1 parent c73a54b commit cc0ab3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ Types of changes
* "Security" in case of vulnerabilities.
-->

## [1.6.0]

### Fixed

- Fixed integrations with newer dependency versions, like `transformers` and `huggingface_hub`.

### Deprecated

- Deprecated Python 3.8.

## [1.5.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion span_marker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.5.1.dev"
__version__ = "1.6.0"

import importlib
import logging
Expand Down

0 comments on commit cc0ab3e

Please sign in to comment.