Skip to content

Commit cd3a269

Browse files
committed
release 2.3.0
1 parent 82bc9bd commit cd3a269

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

55

6-
## [Unreleased]
6+
## [2.3.0] - 2025-02-20
77

88
- Updated project scaffolding.
99
- Removed dependency on clldutils.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = segments
3-
version = 2.2.2.dev0
3+
version = 2.3.0
44
author = Steven Moran and Robert Forkel
55
author_email = [email protected]
66
description = Segmentation with orthography profiles

src/segments/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
from segments.profile import Profile # noqa: F401
33
from segments.util import REPLACEMENT_MARKER # noqa: F401
44

5-
__version__ = '2.2.2.dev0'
5+
__version__ = '2.3.0'
66
__all__ = ['Tokenizer', 'Profile', 'Rules']

0 commit comments

Comments
 (0)