Skip to content

Commit

Permalink
VER bump to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonllee committed May 14, 2021
1 parent 990d684 commit bfe3baa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

### Added
### Changed
- Allow PyLangAcq v0.14.*.

### Deprecated
### Removed
### Fixed
- Fixed the `search` method of `CHATReader` when `by_tokens` is `False`.

### Security

## [3.3.0] - 2021-05-14

### Changed
- Allow PyLangAcq v0.14.*, adding the new features of the `filter` method to `CHATReader`
and optional parallelization for CHAT data processing.

### Fixed
- Fixed the `search` method of `CHATReader` when `by_tokens` is `False`.

## [3.2.4] - 2021-05-07

### Fixed
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.2.4"
_VERSION = "3.3.0"


def _get_long_description():
Expand Down

0 comments on commit bfe3baa

Please sign in to comment.