Skip to content

Commit

Permalink
MAINT bump version to 3.1.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonllee committed Feb 21, 2021
1 parent 9783435 commit a463b72
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## [3.1.0] - 2021-02-21

### Added
* Part-of-speech tagging:
- Added the function `pos_tag` that takes a segmented sentence or phrase
Expand All @@ -17,9 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- Improved segmentation quality by revising the underlying wordlist data.
* The test suite now covers code snippets in both the docstrings and `.rst` doc files.

### Changed
### Deprecated
### Removed
### Fixed
* Fixed the issue of not opening text files with UTF-8 encoding
(a possible issue on Windows).
Expand All @@ -28,8 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
* The word segmentation function `segment` now strips all whitespace
from the input unsegmented string before segmenting it.

### Security

## [3.0.0] - 2020-10-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

_THIS_DIR = os.path.dirname(__file__)

_VERSION = "3.1.0.dev3"
_VERSION = "3.1.0"


def _get_long_description():
Expand Down

0 comments on commit a463b72

Please sign in to comment.